.fontstyle {
	font-family: Verdana;
	font-size: 14px;
	color: #333366;
	line-height: 135%;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: justify;
  }
  
  .header {
	font-family: Verdana;
	font-size: 14px;
	color: #333366;
	line-height: 135%;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
  }
  
a:link {
font-weight: bold;
font-size: 10px;
	color: #CC0000;
}
a:visited {
font-size: 10px;
font-weight: bold;
	color: #0066FF;
}
a:hover {
font-size: 10px;
font-weight: bold;
	color: #333366;
}
a:active {
font-size: 10px;
font-weight: bold;
	color: #CC0000;
