p {
	font-family: Verdana;
	font-size: 12px;
}
h1 {
	font-family: "MS Sans Serif";
	font-size: 18px;
}
a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}

a:hover {
	text-decoration: underline;
	color: #0000CC;
	font-weight: bold;
	

}
a:active {
	text-decoration: none;
	color: #0000CC;
}	