body
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,204);
	color: rgb(102,51,153);
}
table
{
	border-style: solid;
	border-width: 2px;
	
	border-color: #0033FF; 
}
h1, h2, h3, h4, h5, h6
{ font-family: Arial Rounded Bold, Arial, Helvetica;
}
h1
{ font-size: 16px; 
	color: #CC0000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
}
h2
{ font-size: 14px; color: #0033FF; 
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 3px;
}
h3
{ font-size: 12px; color: #006600;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 3px; 
}
p
{ font-size: 12px; color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 3px;
}
ul { font-size: 12px; color: black;
	margin-top: 0px;
	padding-left: 3px;
}
li { margin-top: 5px;
	padding-left: 5px; 
}
.right { float: right;
}
:link {

color: #006600;

text-decoration: none;

font-weight: bold;

}
:visited {

color: #006600;

text-decoration: none;

font-weight: bold;

}
:hover {

color: #CC0000;

padding-bottom: 5px;

font-weight: bold;

text-decoration: underline;

}
:active {

color: rgb(255, 0, 102);

font-weight: bold;

}