a {
	color: #00FF00;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration:underline;
}
a:visited {
	color: #00FF00;
}
#textbox a {
	color: #00FF00;
	font-family: "Trebuchet MS", "Trajan Pro", sans-serif;
	text-decoration: none;
}
#textbox a:visited {
	color: #00FF00;
	text-decoration: underline;
}

#textbox a:hover {
	color: #000000;
	background-color: #FF0000;
	border: 1px solid #00FF00;
}
a:visited {
	color: #00FF00;
	text-decoration: none;
}
#footbox a {
	font-size: .9em;
	color: #00FF00;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
}
#footbox a:hover {
	color: #000000;
	background-color: #FF0000;
	border: 1px solid #00FF00;
}

body {
	font-family: "Trebuchet MS", "Trajan Pro", sans-serif;
}

