a:link
{
	color: blue; 
}
a:visited
{
	color: blue; 
} 
a:active 
{
	color: red;
}
a:hover 
{
	color: green;
}
body
{
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: 10pt;
	background-color: #99CC33;

}
p, address, hr, input, legend, li, ol, th, tr, ul
{
    font-size: 10pt
}
normal
{
    font-size: 10pt;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: rgb(255,204,0); 
}
h3
{
	color: rgb(0,153,153); 
}
h4
{
	color: rgb(55,155,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}
a.toc:link
{
	color: white; 
	text-decoration: none
}
a.toc:visited
{
	color: white;
	text-decoration: none
} 
a.toc:active 
{
	color: white;
	text-decoration: none
}
a.toc:hover 
{
	color: white;
	text-decoration: underline
}
