body {
	margin: 0px 8px 8px 0px;
}

h1 {
    font-family: Arial; font-size: 10pt; font-weight: normal; 
      }
h2 {
    font-family: Arial; font-size: 10pt; font-weight: normal
      }
h3 {
    font-family: Arial; font-size: 10pt; color: Teal; 
      }
 
h4 {
    font-family: Verdana; font-size: 10pt; color: black
      }
      
a:link {
	font-family:verdana;
	font-size:12px;
	text-decoration:none;
	color:gray;
	font-weight:bold;
}
a:visited {
	font-family:verdana;
	font-size:12px;
	text-decoration:none;
	color:gray;
	font-weight:bold;
}
a:hover {
	font-family:verdana;
	font-size:12px;
	text-decoration:none;
	color:green;
	font-weight:bold
	}