body {
padding: 0px;
margin-top: 0px;
margin-left: 0px;
background-attachment: fixed;
background-color: #faebd7;
color: #000000;
} 
img
{
 border-color: #006400;
} 
.outerborderhold {
  border-top: thin #000080 solid;
  border-bottom: thick #000080 solid;
  border-left: thin #000080 solid;
  border-right: thick #000080 solid;
  background-color: #ffffff;
  color: #000000;
}
.outerborder {
  border-top: thin #006400 solid;
  border-bottom: thin #006400 solid;
  border-left: thin #006400 solid;
  border-right: thin #006400 solid;
  background-color: #fdf5e6;
  color: #000000;
}
.outerbordernewpage {
  border-top: thin #006400 solid;
  border-bottom: thin #006400 solid;
  border-left: thin #006400 solid;
  border-right: thin #006400 solid;
  background-color: #fdf5e6;
  height: 100px;
  color: #000000;
}
.outerborderform {
  border-top: thin #000080 solid;
  border-bottom: thick #000080 solid;
  border-left: thin#000080 solid;
  border-right: thick #000080 solid;
  background-color: #f5deb3;
  color: #000000;
}
a:link{
  color: blue;
}
a:hover{
  text-decoration: underline;
  color: forestgreen;
}
hr {
  color: green;
  border: 1px solid green;
}
