H1 {	color : #330066;
	font-size : 24pt;
	font-weight : bold;
	}

H2 {	color : #330066;
	font-size : 12pt;
	font-weight : medium;
	}

H3 {	color : #330066;
	font-size : 12pt;
	font-weight : medium;
	}

hr {	color: #330066;}

body, p, td, input {
	font-family :  Arial, "MS Sans Serif";
	color : Black;
	font-size : 10pt;
	}

td 	{vertical-align : top;}
	
.dummy {color:black;}

a:link {text-decoration : none;}

a:hover {
	color : white;
	background-color:blue;
	}
	
a:active {color:red;}

a:visited {text-decoration:none;}