h1 {
	font-family : "Times New Roman", Times, serif;
	font-size : 32px;
}
h2 {
	font-family : "Times New Roman", Times, serif;
	font-size : 26px;
}
h3 {
	font-family : "Times New Roman", Times, serif;
	font-size : 22px;
}
p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
LI {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
a:active {
	color : Lime;
}
a:visited{
	color : Blue;
}
a:hover   {
	color : Red;
	text-decoration: underline
}
.indent {
	padding: 10px; 
}
b {
	font-size : 12pt;
	font-stretch : wider;
	font-family : "Times New Roman", Times, serif;
}
td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
.ah2 {
	font-weight : bold;
	font-size : 14pt;
}
.ah3 {
	font-weight : bold;
	font-size : 12pt;
}
.rand {
	border : thin solid Red;
}
hr{
	color: Blue;
	}