BODY{
	background : #999999;
        font-family: times, serif;
	font-size : 12pt;
	font-weight: bold;
	color : #3333aa;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;
}

TD{
	font-size : 12pt;
	font-weight: bold;
}

H1{
	font-size : 28pt;
	color : #111199;
}

H2{
	font-size : 18pt;
	color : #111199;
}

H3{
	font-size : 14pt;
	color : #111199;
}

.center {text-align: center;}



a:link {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #333399;
	text-decoration: underline;
}

a:active {
	color: #9999ff;
	text-decoration: underline;
}

a:hover {
	color: #bbbbff;
	text-decoration: underline; 
	cursor: hand
}