a:link
{
	color: rgb(0,102,102); 
}
a:visited
{
	color: rgb(0,153,153); 
} 
a:active 
{
	color: rgb(255,102,0);
}
body
{
	font-family: "Trebuchet MS"; font-size:12pt; 
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
	font-family: "Comic Sans MS"; font-size:12pt;
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Comic Sans MS"; color:#0000FF;
}
h1
{
	font-size:18pt;
}
h2
{
	font-size:14pt;
}
h3
{
	font-size:12pt;
}
h4
{
	color: rgb(204,255,255); font-weight: bold;
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}