/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFA600;
	background-image: url(images/background-tile.gif);
}
a:link {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF9900;
}
a.menu:visited {
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.menu:link {
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover {
	color: #FFA600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.menu-spacer {
	color: #FFFFFF;
	font-size: 11px;
}
.copyright {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.heading {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.logo {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}
.background {
	background-image: url(/images/koala1.jpg);
	background-repeat: no-repeat;
}
.underline {
	text-decoration: underline;
}
