.main a {
	color: #0051BA;
	text-decoration : none
}    

.main  a:hover {
	color : Maroon;
	text-decoration : underline
}

.menu a {
	color: Green;
	text-decoration: none;
}    

.menu  a:hover {
	color: #4169E1;
	text-decoration: underline;
}

.bottom a {
	color: #ffffff;
	text-decoration : none
}    

.bottom  a:hover {
	color : Silver;
	text-decoration : underline
}

.footer a {
	color: Yellow;
	text-decoration: none;
}    
.footer  a:hover {
	color : Maroon;
	text-decoration : underline
}

body
{
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #c6c6c6;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #001C39;
	scrollbar-3dlight-color: #003C84;
	scrollbar-darkshadow-color: #6A0C3B;
	scrollbar-track-color: #ededed;
	scrollbar-arrow-color: #ffffff;
}

table.footer { 
    font-style : italic;
    font-size: smaller;
    color : #000000
}

.gallery { width: 100%; }

.content { background-color: #DDDDDD; }
