.text1 {  font-family: Verdana; font-size: 9px; font-weight: bold; color: #FF0000;}
.text2 {  font-family: Verdana; font-size: 10px; font-weight: normal; color: #000000;}
<style type="text/css">

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #000000;}


a.b:link {
	color: #000000;
	text-decoration: none;
}
a.b:visited {
	text-decoration: none;
	color: #000000;
}
a.b:hover {
	text-decoration: none;
	color: #000000;
}
a.b:active {
	text-decoration: none;
	color: #000000;}


a.c:link {
	color: #999999;
	text-decoration: none;
}
a.c:visited {
	text-decoration: none;
	color: #999999;
}
a.c:hover {
	text-decoration: underline;
	color: #999999;
}
a.c:active {
	text-decoration: none;
	color: #999999;}

a.d:link {
	color: #999999;
	text-decoration: underline;
}
a.d:visited {
	text-decoration: underline;
	color: #999999;
}
a.d:hover {
	text-decoration: underline;
	color: #999999;
}
a.d:active {
	text-decoration: underline;
	color: #999999;}

h1 {  
text-decoration:none; 
font-size : 11pt; 
font-family : "trebuchet ms";
font-style : bold;
color: #000000;
MARGIN-BOTTOM: 0px;
}