a:link { 
text-decoration:none;
color:rgb(2, 171, 216);  /*rgb(45,45,143); */
font-weight:bold 

} 

a:visited { 
text-decoration:none; 
color: rgb(2, 171, 216); 
font-weight:bold 

} 

a:active { 
text-decoration:none; 
color: rgb(2, 171, 216); 
font-weight:bold  

} 

a:hover { 
text-decoration:none; 
color:rgb(231, 44, 137);
font-weight:bold 
 
}
td img {display: block;}

body
{
	margin-left: 5px;
	margin-top: 5px;
	width: 834px;
	/*
scrollbar-face-color: rgb(231, 244, 252);
scrollbar-highlight-color: rgb(7, 166, 214);
scrollbar-darkshadow-color: rgb(41, 60, 146);
scrollbar-shadow-color: rgb(41, 60, 146);
scrollbar-arrow-color: rgb(237, 79, 154);
	*/

	/*
	scrollbar-3dlight-color: 666666;
	scrollbar-track-color: 666666;
	*/
}

p
{
	font-family: Verdana; 
	font-size: 9pt; 
	color: rgb(45,45,143); 
}

.title
{
	font-family: Verdana; 
	font-size: 10pt; 
	color: rgb(45,45,143);
font-weight:bold 
}

.newsmore
{
	font-family: Verdana; 
	font-size: 9pt; 
	color: #003A8E;
}

hr {
color: rgb(215,222,45);
background-color: rgb(215,222,45);
height: 3px;
} 