A simple stylesheet

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}


a:link, a:visited, a:active { 
	text-decoration: underline; 
	color: blue;
}

body, h2, h3, h4, p, li, td, th, div, blockquote {
	font-family: arial,helvetica,sans-serif; 
	font-size: 12pt; 
	color: #000000;
}


h2, h3, h4, p, ul, ol, blockquote {
	margin-top: 1.1em;
	margin-bottom: 1.1em;
}


p, li, blockquote, h2, h4, h5 {
	line-height: 1.5em;
	padding-left: 5px;
	margin-right: 20px;
}

p {text-indent: 20px;}

pre {font-family: courier;
     font-size:11pt;
     color: red;
}

/* define classes */

.noindent {text-indent: 0px; font-family: Verdana; font-size: 12pt; color: red;}

.small {font-size: 10pt; text-indent: 0px;}

.nospace {margin-top: -1.0em; text-indent: 0px;}

.superscript {vertical-align: super;}


Updated 24 April 2007.