h1  {
     font-family: Verdana;
     font-weight: bold;
     font-size: 16pt;
	 color: #aa0000;
}

h2  {
	 font-family: Verdana;
	 font-size: 12pt;
	 color: #ffffff;
	 font-weight: bold;
}

h3  {
     font-family: Verdana;
	 font-size: 10pt;
	 color: #ffffff;
	 font-weight: regular;
}

p  {
     font-family: Verdana;
	 font-size: 10pt;
	 color: #666666;
	 font-weight: regular;
}
		
a:link {
	font-family: Verdana;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
}
a:hover {
	font-family: Verdana;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration:underline;
}

a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}