
body { 
	margin-left: 2%;
	font-family: Comic Sans MS, Bookman Old Style, Verdana, Helvetica, Arial;
	font-size: 16px; 
}


/* Links 
a.dkblue:link {
	color: #000066;
	font: 12pt Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.dkblue:visited {
	color: #000066;
	font: 12pt Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.dkblue:active {
	color: #000066;
	font: 12pt Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.dkblue:hover {
	background: #FFFF99;
	color: #000066;
	font: 12pt Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
*/

/* .links { text-align: left; color: #000066;
	padding-left: 6px; padding-right: 5px; */


a:link, a:visited {
         text-decoration: none;
         font-weight: bold;
         color: blue }

a:hover {
         text-decoration: underline;
         font-weight: bold;
         color: red }


<style type="text/css">
p.normal {font-weight: normal}
p.thick {font-weight: bold}
p.thicker {font-weight: 900}
</style>
		 