h1 {
	color : #363636;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 32px;
	font-weight : bold;
	text-decoration : underline;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	margin : 10px;
}

a {
	color : #000066;
	text-decoration : none;
}

a:hover {
	color : #FF0000;
	text-decoration : underline;
}