body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.bkgd {
	background-color: #FC0;
	background-image: url(images/layout.jpg);
	background-repeat: no-repeat;
}

.menu a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}
.menu a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: underline;
	color: #000000;
}
.menu a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC00;
}
.footer a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
	color:#FFCC00;
}
.footer a:visited {
	text-decoration: underline;
	color: #FFCC00;
}
.footer a:hover {
	text-decoration: none;
	color: #FFFF00;
}
.footer a:active {
	text-decoration: underline;
}

