h1 {
	font-family: Impact;
	font-size: 36px;
	color: Red;
}
body {  
	font-family: Arial, Helvetica, sans-serif;
	}
#frontpage {
	background-color : Black;
}
a.frontpage:link, a.frontpage:visited {
	color : #F0F8FF;
	font-size : larger;
	text-decoration : none;
}
a.frontpage:hover {
	color : Red;
}
