body {
font-family: Arial, Helvetica, sans-serif;
}

p {
	color: #333;
	font-size: 75%;
}

h1 {
 font-size: 180%;
}

a {
	color: #cc0000;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;