a:link
{
	color: rgb(0,81,0); 
}
a:visited
{
	color: rgb(0,81,0); 
} 

a:hover
{
	color: rgb(174,0,0); 
} 

a:active 
{
	color: rgb(174,0,0);
}
p
{
	font-family: Arial, Helvetica;
	font-size: 14px ;

	color: rgb(0,51,51);
}



BODY 
{ 
scrollbar-base-color: cecece; 
scrollbar-arrow-color: black;
scrollbar-DarkShadow-Color: a7a7a7; 
scrollbar-track-color: white;
scrollbar-face-color: cecece;
scrollbar-shadow-color: cecece;
scrollbar-3dlight-color: cecece;
}


table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Times New Roman, Times;

}
h1
{
	color: rgb(0,0,0);
	font-size: 18px ;
}
h2
{
	color: rgb(0,0,0); 
	font-size: 16px ;
}
h3
{
	color: rgb(153,153,102); 
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}