A:link { color: orange }       /* unvisited link */
A:visited { color: orange }   /* visited links */
A:active { color: green }    /* active links */

P { 
  font-size: 9pt;
font-family: arial;
}

BODY { 
  color: #000000;
  background: white;
}

H1 { 
  font-weight: bold; 
  font-size: 12pt;
  line-height: 14pt; 
  font-family: helvetica; 
  font-variant: normal;
  font-style: normal;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: justify;
	padding-right: 5px;
	margin-right: 5px;
	left: 3px;

}

title{
	display: block;
	font-size: 16pt;
	font-family: Arial;
	color: #000000;
}

date{
	display: block;
	font-size: 16pt;
	font-family: Arial;
	color: #000000;
}
	
description{
	display: block;
	font-size: 14pt;
	font-family: Arial;
	margin-left: 20px;
	color: #000000;
	font-style: italic;
} 
