BODY { 
	color: white;
	background: #8494B4; 
}
	

a:link {
	
	color: white;
	text-decoration: none
}
a:visited {
	
	color: white;
	text-decoration: none
}
a:hover {
	background:#8494B4;
	color:#414B61;
	text-decoration:none
}

P { 
	font-size: 10pt; 
	font-family: arial;
}
B { 
	font-family: inherit; 
}

TABLE { 
	height: 100%;
	
	

}