
.styles {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: black; 
	text-decoration: none;
}

.stylesbold { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: white; 
	text-decoration: none ; 
	font-weight: bold;
}

body {
	background-color: rgb(23,115,180);	
	text-decoration: none;
	text-align: justify;
	scrollbar-highligt-color: black;
	scrollbar-shadow-color: yellow;
	scrollbar-arrow-color: yellow;
	scrollbar-track-color: #003677;
	scrollbar-base-color: rgb(90,120,150);
}

A {
	text-decoration: none;
	color: yellow;
}

