/* Copyright (C) Funny-Stuff-Central.com   */

body {
	background: #ffffff;
	font: 12px arial,sans-serif;
	color: #000000;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.footer {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
.footer a {
	font-size: 10px;
	text-decoration: underline;
	text-align: center;
}

a:hover {background: #FFFFB3;}