a {
	color: #FFFFCC;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #993300;
}
a:visited {
	color: #CC9933;
}
p {
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #669933;
}

