BODY {
	background-color: gray;
	margin: 2%;
}

.Main {
	background-color: white;
	height: 100%;
	border: solid 1 black;
	padding: 3%;
}
/*	border-left: solid 3 white;
	border-top: solid 3 white; 
	border-right: solid 3 black;
	border-bottom: solid 3 black;
*/

H1 {
	font-family: Verdana;
	font-size: 12pt;
}
H2 {
	font-family: Verdana;
	font-size: 10pt;
}

H3 {
	font-family: Verdana;
	font-size: 9pt;
}

A {
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
}

A:link { color:  rgb(128,0,0) }       /* unvisited link */
A:visited { color: rgb(128,64,0) }   /* visited links */
A:active { color: rgb(64,0,0) }    /* active links */

P {
	font-family: Verdana;
	font-size: 8pt;
}

.tableth
{
	background-color: gray;
}

.textth
{
	font-family: Verdana;
	font-size: 8pt;
	color: white;
}
.texttd
{
	font-family: Verdana;
	font-size: 8pt;
	color: gray;
	align: center;
}