@charset "iso-8859-1";
<style> body  {

        
         font size : 100%;
 }

 P.normal  {
	color : solid gray;
	font-size : 12px;
	margin-left : 10px;
	margin-right : 10px;
	font-family : "Verdana";
}

 P.white  {
	color : white;
	font-size : 10px;
	margin-left : 14px;
	margin-right : 10px;
	font-family : "Gill Sans MT";
}

 P.klein  {
         color : black;
         font-size : 10px;
         margin-left : 14px;
         margin-right : 10px;
         font-family : "Gill Sans MT";
 }

 P.groot  {
         color : black;
         font-size : 16px;
         margin-left : 14px;
         margin-right : 10px;
         font-weight : bold;
         font-family : "Gill Sans MT";
 }

 H1  {
         font-size : 10pt;
         margin-left : 10px;
         margin-right : 10px;
         font-weight : normal;
         color : black;
         font-family : "Verdana";
 }

 H2  {
         font-size : 12pt;
         margin-left : 10px;
         margin-right : 10px;
         color : Black;
         font-family : "Gill Sans MT";
 }

 H3  {
         font-size : 14pt;
         margin-left : 10px;
         margin-right : 10px;
         font-weight : bold;
         color : Black;
         font-family : "Gill Sans MT";
 }

 H4  {
         font-size : 16pt;
         margin-left : 10px;
         margin-right : 10px;
         font-weight : bold;
         color : blue;
         font-family : "Gill Sans MT";
 }

 A:link  {
         color : "#95011C";
         font-weight : normal;
         text-decoration : none;
 }

 A:visited  {
         color : "#95011C";
         font-weight : bold;
         text-decoration : none;
 }

 A:active  {
         color : "#95011C";
         font-weight : normal;
         text-decoration : none;
 }

 A:hover  {
         color : "#000F8F";
         text-decoration : ;
 }

 </style>

