/* CSS Document */
body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #006600;
}
body {
	background-color: #C1FF64;
}

a:link {
	color: #65CD00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #E9FFBF;
}
a:active {
	text-decoration: none;
	color: #65CD00;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 36px;
}
