
a:link {
	color: #FFDE00;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #FFDE00;
	text-decoration: none;
	font-weight:bold;

}
a:hover {
	color: #FFDE00;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight:bold;

}

.topnav a:link, .topnav a:visited, .topnav a:active {
	color:#666666;
	text-decoration: none;
}
.topnav a:hover {
	text-decoration:underline;
	color:#666666;
}

body {
	margin: 0;
	background: url(images/homepage/fade-bk.jpg) repeat-x top left fixed;
}