@charset "utf-8";
/* CSS Document */

a.standard:link, a.standard:visited {
	color: #f19000;
	text-decoration: underline;
}

a.standard:hover, a.standard:active {
	text-decoration: none;
}

a.foot:link, a.foot:visited {
	color: #999999;
	text-decoration: underline;
}

a.foot:hover, a.foot:active {
	text-decoration: none;
}

a.events:link, a.events:visited {
	color: #f19000;
	text-decoration: underline;
}

a.events:hover, a.events:active {
	text-decoration: none;
}

#content a {
	color: #f19000;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}
