p {
font-family:Arial,Helvetica,sans-serif;
font-size:9pt;
}
h1 {color: #333333; font size: 12pt; font weight: bold; font-family: verdana}
h2 {color: silver; font size: 12pt; font weight: bold; font-family: verdana }
h3 {color: #ff6600; font size: 10pt; font weight: bold; font-family: verdana }
h4 color: brown; font size: 10pt; font weight: bold; font-family: vardana }
a:link {
	display: inline; 
        font-family: Tahoma, Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, Arial;
	font-size: 9pt;
	font-weight: bold;
	color: purple;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #cc66cc;
}
a:active {
	font-family: Tahoma, Arial;
	font-size: 9pt;
	font-weight: bold;
	color: gray;
	text-decoration: none;
}
ul {
font-family:Arial,Helvetica,sans-serif;
font-size:9pt;
}
li a { 
 font-size: 1.25em; 
 line-height: 1em; 
 text-decoration: none; 
 color: #fff; }