body { 
	color:						black; 
	background-color:			#65150e; 
	text-decoration:			none; 
}

a:link {
	color:						#000 ; 
	text-decoration:			none; 
}

a:visited { 
	color:						#65150e ; 
	text-decoration:			none; 
}

a:hover { 
	color:						#fff ; 
	text-decoration:			none; 
}

a:active { 
	color:						red 
}

#layer1 { 
	background-color:			#65150e; 
	height:						130px; 
	width:						1126.67px; 
	left:						50px; 
	top:						-40px; 
	position:					absolute;		
	visibility:					visible; 
}

table.topmenu a:link,
table.topmenu a:visited,
table.topmenu a:active {
	color:						white;
}

table.topmenu a:hover {
	color:						yellow;
}

