a:link
{
	text-decoration: underline ; color: rgb(0,51,204); 
}

a:visited
{
	color: rgb(0,51,204); 
} 

a:active 
{
	color: rgb(255,153,0);
}

a:hover      
{ 
	background-color: #FFFFFF
}


body, ol,ul, td, p
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEFF;
	color:  rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	color:#006600
}

