@CHARSET "ISO-8859-1";

 .header {
 	background-color: #999966;
	 color:white;
 	padding: 3px;
 	width: 80%;
	margin: 0px auto;
}

  .subhead {
   color: black;
   font-family: arial;
   text-align:center;
}
 

body {
       font-family: sans-serif;
       font-size: 12px;

       background-image:url('camo.jpg');
       background-repeat:repeat;
}


table, td, th {
   background-color: tan;
}

th {
   font-variant:small-caps;
   font-size: 14px;

}

.linkbtn {
     color: white;
     background-color: #808080;
     border: 2px outset black;
     padding: 0px 5px 0px 5px;
}

 a.linkbtn         { text-decoration:none; color: white; }
 a.linkbtn:link    { text-decoration:none; color: white; }
 a.linkbtn:visited { text-decoration:none; color: white; }
 a.linkbtn:hover   { text-decoration:none; color: red; background-color: #F0F0F0; }
 a.linkbtn:active  { text-decoration:none; color: #000; }



.footer {
   	background-color: #999966;
   	color: 'black';
   	padding: 3px;
   	width: 80%;
	margin: 0px auto;

}

.subfooter {
	background-color: #999966;	
	padding: 3px;
   	width: 80%;
	margin: 0px auto;
	color: black;
   font-family: arial;
   text-align:center;
		
 }