body.main
{	
	font-size: x-small;
	border-left-color: blue;
	border-bottom-color: blue;
	margin: 1px;
	color: black;
}
input.button
{
	background-color:Orange;
	border-style:groove;
	border-color:Blue;
	font-weight:bold;
	font-size: x-small;
	color:Blue;
}
input.button:hover
{
	background-color:Blue;
	border-style:groove;
	border-color:Orange;
	font-weight:bold;
	font-size: x-small;
	color:Orange;
}
tr.header
{
	font-family:Arial;
	background-color:Blue;
	font-weight:bold;
	font-size: x-small;
	color:Yellow;
}
tr.footer
{
	font-family:Arial;
	background-color:Blue;
	font-weight:bold;
	font-size: x-small;
	color:White;
}
td.header
{
	font-family:Arial;
	background-color:Blue;
	font-weight:bold;
	font-size: x-small;
	color:Yellow;
}
td.footer
{
	font-family:Arial;
	background-color:Blue;
	font-weight:bold;
	font-size: x-small;
	color:White;
}
a.main
{
	text-decoration: none;
	color:White;
}
a.main:hover
{    
	COLOR: fuchsia;
}