body {
    font-family: Verdana; 
    font-size: 7pt;
}

a {
	font-size: 10pt;
	
}
a:link {
	color: #ffffcc;
	text-decoration: none;
	font-family: verdana;
}
a:visited {
	color: #ffffcc;
	text-decoration: none;
	font-family: verdana;
}
a:hover {
	color: #ffffcc;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #ffffcc;
	text-decoration: underline;
}
