a:link
{
	color: #00FFFF;;
	text-decoration: none; 
}
a:visited
{
	color: #66FF66;
	text-decoration: none 
} 
a:active 
{
	color: #FF0000;
	text-decoration: none;
}
a:hover
{
	color: #FF9966;
	text-decoration: none
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFF99;
	font-size: 12pt;
	text-align: justify;
	text-decoration: none;
}
h1, h2, h3
{
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	font-size: 18pt;
	color: #FFFF99;
	text-align: center

}
h2
{
	font-size: 12pt;
	text-decoration:underline;
}
h3
{
	font-size: 12pt;
	color: #FF0000; 
}