a:link {
	font-size: small;
	font-weight: bold;
	color: #6699CC;
	text-decoration: underline;
	font-family: Tahoma;
}
a:visited {
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #660066;
}
a:active {
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
	color: #663366;
	text-decoration: underline;
}
.footer {
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
}

