/* CSS Document */
body {
	background-color: #c7cbd6;
	background-image:url(logo.jpg);
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
a img.thumbs{
	border:4px #ffffff solid;

}
a:hover img.thumbs{
	border:4px #b4b4b4 solid;
}
 .text1 {
	color: #cb021a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
 }
   #nav a { 
        color: #000000;
        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: #120ac1;
		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;
}