/* CSS Document */
body {
	background-color: #818181;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
 .text1 {
	color: #99be30;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
 }
   #nav a { 
        color: #f9761c;
        text-decoration:underline;
		font-family: "Times New Roman", Times, serif;
	    font-size: 34px;
		font-weight: bold;
		text-align:center;
 } 
 #nav a:hover {
        text-decoration: underline;
        color: #7e7e7e;
		font-family: "Times New Roman", Times, serif;
	    font-size: 34px;
		font-weight: bold;
		text-align:center;
}
 #nav a:visited {
	    text-decoration: none;
	    color: #000000;
		font-weight: bold;
		text-align:center;
}
a img.thumbs{
	border:4px #00040b solid;

}
a:hover img.thumbs{
	border:4px #434343 solid;
}