a:visited 
{
	color: #025EA5;
	text-decoration : none;
	font-size: 10 px;
	font-family: Arial;
	text-transform:uppercase;
	font-weight: bold;
}
a:link
{
	color: #00A2FF;
	text-decoration : none;
	font-size: 10 px;
	font-family: Arial;
	text-transform:uppercase;
	font-weight: bold;
} 
a:hover
{
	font-family: Arial;
	font-size : 10 px;
	color : #FFFFFF;
	text-decoration : underline;
	text-transform:uppercase;
	font-weight: bold;
}
p 
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9 pt;
	font-style : normal;
	color : #C0C0C0;
	text-align : justify;
	line-height: 15px;
	text-indent: 25px;       
}
body
{
	background-color:000000; background-position: center; background-attachment:fixed; background-repeat:repeat;

	scrollbar-track-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #025EA5;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #025EA5;
	scrollbar-arrow-color: #025EA5;
}


