a:link
{
	color: #008000;
}
a:visited
{
	color: rgb(0,153,153);
} 
a:active 
{
	color: rgb(255,102,0);
}
a:hover 
{
	color: black;
}
body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: rgb(0,0,102);
}
normal
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: rgb(204,255,255);
	color: rgb(0,0,102);
	font-size: 12pt;
}
table
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: rgb(0,0,102);
	font-size: 12pt;
}
p
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: rgb(0,0,102);
	font-size: 12pt;
}
h1, h2
{
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}
h1
{
	color: rgb(0,128,0);
	font-size: 18pt;
	font-weight: bold;
}
h2
{
	color: rgb(0,128,0); 
	font-size: 16pt;
	font-weight: bold;

}
h3
{
	color: rgb(0,0,102); 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}
