.linkcolors {
	background-color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.smaller_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	background-color: #CCCCCC;
}
a:visited {
	color: #990066;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	background-color: #CCCCCC;
}
a:hover {
	color: #ffffcc;
	text-decoration: underline;
	background-color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
a:active {
	color: #ffffcc;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #CCCCCC;
}

body {
	background-color: #000066;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
