



a { 
	text-decoration:underline;
}

a:link {
	color:#a00000;
}



a:active {
	color:#a00000;
}

a:visited {
	color:#a00000;
}

a:hover {
	color:black;
	
}

body {
	font-family:Arial;
	color:#202020;
	
	}
	
h1 {
	font-size:14pt;
	font-weight:bold;
	}
h2 {
	font-size:12pt;
	font-weight:bold;
	}
	
div.main {
	font-size:10pt;
	}

