BODY {
	color : #2B5681;
	background-color : White;
	font-family : Arial, sans-serif;
	font-size : medium;
	background-repeat: repeat-y;	
}
table{
	background-repeat: no-repeat;
}
p{
	color : #2B5681;
}
A {
	/*color : #6633CC;*/
	color : #336699;	
	font-weight : bold;
	text-decoration : underline;
}

A:HOVER {
	/*color : Purple;*/
	color: #2B5681;		
	font-weight : bold;
	text-decoration : underline;
}

A.menu:LINK {
	/*color: #663366;*/
	color: #2B5681;	
	font-weight : bold;
	text-decoration : none;
}

A.menu:VISITED, A.menu:ACTIVE {
	/*color: #663366;*/
	color: #2B5681;		
	font-weight : bold;
	text-decoration : none;
}


A.menu:HOVER {
	/*color : White;*/
	color : #336699;	
	text-decoration : none;
	}

A.links:LINK {
color : White;
font-weight : bold;
	/*background : #6633cc;*/
	background : #336699;
	text-decoration : none;
}

A.links:VISITED, A.links:ACTIVE {
	color : White;
font-weight : bold;
	/*background : #6633cc;*/
	background : #336699;
	text-decoration : none;
}


A.links:HOVER {
	color : #E6E6FA;
	
	font-weight : bold;
	text-decoration : none;
}



