
h1, h2, h3, h4, h5, h6, p {
	text-decoration: capitalize;
	line-height: 1.4;
	font-family: verdana, san-serif;
	color: Teal;
	font-weight: bold;
	margin: 4px;
}
h1 { line-height:1.1;  font-size:14pt; margin-left: 5px;}
h2 { line-height: 1;	font-size: 16pt; text-decoration: none; }
h3 { line-height: 2.2; font-size: 20pt; margin-left: 20px; }
h4 { line-height:1.08; font-size:12pt; color:red; margin:4px; }
p  {
	line-height: 1.2;
	font-size: 11px;
	color: black;
	font-style: normal;
	font-weight: normal;
}
h5 { color:black; font-weight:bold;}
	

 a:link { 
	color:black; 
	text-decoration:none; 
	}

 a:visited {
	color: Teal;
	text-decoration: none;
}
 
 a:hover {
	color: red;
	text-decoration: none;
	font-size: 115%;
}
 
 a:active { 
	color:red;
	text-decoration:none; 
}


td	 {
	font-family: verdana;
	font-size: 11px;
	color: black;
	font-style: normal;
	line-height: normal;
}

