body {
	font-family:Arial;
	font-size: 10pt;
}

a {
	font-weight:normal; 
	text-decoration:underline
}

h1 {
	color:blue; 
	font-size:14pt; 
	font-weight:bold;
}

list-style-type {
	upper-alpha
} 



a:link {color:blue;}

a:visited {color:blue;}

a:hover {color:red;}

