BODY {
	color : Black;
	background-color : #FFFF99;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

A {
	color : Blue;
	text-decoration : none;
}

A:HOVER {
	color : #0099FF;
	text-decoration : underline;
}
h1 {
	font-size: x-large;
	color: Black;
	text-align: center;
	}