/* Header */
#header a:link {
	color: #000000;
	text-decoration: none;
}
#header a:visited {
	color: #000000;
	text-decoration: none;
}
#header a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#header a:active {
	color: #FF0000;
	text-decoration: underline;
}

/* Main Body */
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

/* Footer */
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#footer a:active {
	color: #FF0000;
	text-decoration: underline;
}