td.light
{
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}

td.dark
{
	background-color: Silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}



td.top
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #ADD8E6;
}

body
{
	margin-left : 0;
	margin-top : 0;
	background-color :ivory;
}

H1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size:22;
	font-weight : bold;
	background-color : #FFc563;
	text-align:right;
	padding-right:10px;
}

a
{
	color:blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
}

a:hover
{
	color:red;
}