body {  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
        background: white;
	color: #555;
	line-height: 1.5;
	padding: 0;
	padding-top: 1.2em;
        margin-left:20pt; margin-right:20pt; margin-top:15pt}
p {     margin-top: 0px;}
strong, b, em { color: #555;
 	        background-color: white; }
p.start { text-align:right;font-size:small }
hr {
	color: #ffaa00;
	background-color: white; }
h1, h2, h3, h4, h5, h6 { color: black; }
h1 {	font-size: 1.9em;
	font-weight: bold; }
h2 {	font-size: 1.3em;
	font-weight: bold; }
li {    list-style-type: disc; }
a:link { color: #2222FF;
         background-color: white; 
         text-decoration: none; }
a:visited { color: #6666FF;
 	    background-color: white;
 	    text-decoration: none;  }
a:hover {
	color: #0000AA;
	background-color: #E4E4FF;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-width: thin;
	text-decoration: none; }
a:active {
	color: #0000FF;
	background-color: white; }
a:focus {
	color: #0000FF;
	background-color: white; }	
