



/* General Type Selectors */
body {
  background-color: #FFFFFF;
  margin-top: 0px;
}
h1 {
  font-family: sans-serif;
  font-size: 20pt;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center; 
}
p { 
  
  font-size: 11pt; 
}
a {
  color: rgb(153,153,153); 
}
a:hover {
  color: #9C082B; 
}

/* Class Selectors */
div.footer {
  clear: left;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  font-family: sans-serif;
  font-size: 8pt; 
}
.linkek label{
  color: rgb(122,221,222);
}


.container {
   height: 317px;
   width: 470px;
   overflow: auto;
}
.press{
  background-color: rgb(0,0,0);
  width: 505px;
  margin-left: 150px;
  height: 317px;
  overflow: auto;
  }
.thumbs {
  float: left;
  margin-top: 1px;
  margin-left: 1px;
  border: thick rgb(0,0,0) solid
}
.contact {
  margin-left: 200px;
  height: 317px;
  width: 600px;
  font-weight: bold;
}
.sendbutton{
float: left;
margin-left: 255px;
}
.messagelabel{
margin-right: 5px;
margin-bottom: 400px;
}
.emaillabel {
margin-right: 30px;

}
