body,div,table,thead,tbody,tfoot,tr,th,td,p {
	background: #006666;
	background-image: url(images/bgimage03-20.jpg);
	color: #ffffcc;
	font-family: "times new roman", serif;

}
a:link { 
	text-decoration: underline;
	color: #ffffff; 
}
a:visited {
	text-decoration: underline;
	color: #cccccc;
}
a:active {
	text-decoration: none;
	color: #cccccc;
}
a:hover {
	text-decoration: underline;
	color: #33ff00;
}
.bigfont{
	font-size: 150%;
}
.largerfont {
	font-size: 125%;
}
.smallfont {
	font-family: sans-serif;
	font-size: 70%;
}
.usescroll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffff99
}