/*Define style for body*/


body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
 	color: #000000;	
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 797px;
	
}

.subheaders
{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
margin-left: 5px;
border: 3px solid #CC6600;
background-color: #CCCC00;
padding-left: 1.5em;
}

.thumbs img
{
border: 2px solid #CCcc00;
}

.thumbs a:link{text-decoration: underline;	color: #CC6600;	background-color: #cccccc;}	
.thumbs a:visited{text-decoration: underline; color: #CC6600;}
.thumbs a:active{text-decoration: underline; color: #CC6600;}
.thumbs a:hover{
	text-decoration:none;
	color:#cccccc;
	background-color:#CC6600; }

