a:link {
}

a:visited {
}

a:hover {
	background-color : #00FFFF;
	text-decoration : underline overline;
}

body {
	background-color : #CCFFCC;
	color : #005500;
	font-family : cursive;
	margin : 5px 0px 0px 0px;
}
h1 {
	font-size : 1.2em;
	margin-bottom : 0px;
}

h2 {
	font-size : 1em;
	font-weight : bold;
	margin-top : 0px;
}

div {
	text-align : center;
}

