h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3366;
	line-height: normal;

}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
