a:link
{
	color: rgb(0,0,255); text-decoration: none;
}
a:visited
{
	color: rgb(127,0,127); text-decoration: none;
} 
a:active 
{
	color: rgb(255,255,255); text-decoration: none;
}
a:hover 
{
	color: rgb(51,51,51); text-decoration: underline;
}
body
{
	font-family: "Comic Sans MS", Arial, Helvetica, Sans-serife;
	background-color: rgb(255,255,255);
	color: rgb(255,255,255);
}
p
{	
	font-family: "Comic Sans MS", Arial, Helvetica, Sans-serife;
	font-size: 10pt; margin-top:0; margin-bottom:0
}
ul
{
list-style-image: url(minipost.gif); font-size: 10pt;
}
ol
{
	font-size: 10pt;
}

table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}
td
{
	font-family: "Comic Sans MS", Arial, Helvetica, Sans-serife;
	font-size: 10pt; margin-top: 0; margin-bottom: 0 ;
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Comic Sans MS", Arial, Helvetica, Sans-serife;
}
h1
{
	color: rgb(255,255,102);
}
h2
{
	color: rgb(0,0,255) ;
}
h3
{
	color: rgb(127,0,127)
}
h4
{
	color: rgb(255,255,102);
	font-size: 12pt; 
}
h5
{
	color: rgb(0,0,255);
}
h6
{
	color: rgb(127,0,127);
}
td.junior-link
{
	font-family: "Comic Sans MS", Arial, Helvetica, Sans-serife;
	color: rgb(255,255,102);
	font-size: 12pt;
}