body { 
	color: black; 
	background: white; 
	font-size: 8pt; 
	font-family: verdana, tahoma, gill, sans-serif; 
	}

p { display: block; 
	font-size: 8pt 
}

li {	font-size: 8pt }
h1 { font-size: 150%; }
h2 { font-size: 120%; text-transform: uppercase; margin-top: 2em }
h3 { font-size: 100%; font-weight: bolder }
div.box { 
	border-style: solid dotted; 
	padding: 0.5em; 
	border-width: thin 
	}

a:link {
	color			: #0000EE;
	text-decoration	: none
}

a:visited {
	color			: #000066;
	text-decoration	: none
}

a:active {
	color			: #0000a0;
	text-decoration	: underline
}

a:hover {
	color			: maroon;
	text-decoration	: underline
}
