a:link {
	text-decoration: none;
	color: #CC9966;
}
a:visited {
	text-decoration: none;
	color: #CC9966;
}
a:active {
	text-decoration: none;
	color: #CC9966;
}
a:hover {
	text-decoration: underline;
	color: #99CCCC;
}
body {
	background-image: url();
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #99CCCC;
}
