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

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

 a:visited {
	color: Gray;
	text-decoration: none;
}
 
 a:hover {
	color: blue;
	text-decoration: none;
	font-size: 110%;
}
 
 a:active { 
	color:red;
	text-decoration:none; 
}

ul {
	font-family:verdana;
	font-size:11px;
	color:black;
	font-style:normal;
	line-height:16px;
	margin-right:5px;
	
}
	
td	 {
	font-family: verdana;
	font-size: 12px;
	color: black;
	font-style: normal;
	line-height: normal;
}

