.menu a{
	color: #000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
	
/* style the links */
.menu a:active {
	color: #000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

/* style the links */
.menu a:visited {
	color: #000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

/* style the link hover */
.menu a:hover{
	color:#C00;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.link{
	color: #fff;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.link:active {
	color: #fff;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.link:visited {
	color: #fff;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	}
	
.link:hover {
	color:#C00;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	}


Body
{
background-color: ;
	background-image: url(/images/Background.jpg);

}

BODY 
{
	scrollbar-base-color: #275A8F;
	scrollbar-arrow-color: #C00;
	scrollbar-DarkShadow-Color: black;
	
}
.border {
	border: thin inset #000000;
}
.white {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 13px;
}

