a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
	color: #CCCCCC;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
