@charset "utf-8";
/* CSS Document */

a:link,
a:active,
a:visited {
	color: #009;
}

a:hover {
	color: #c00;
}

#navigation a:link,
#navigation a:active,
#navigation a:visited {
	color: white;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

#navigation a:hover {
	color: yellow;
	text-decoration: underline;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: white;
}

#footer a:hover {
	color: yellow;
}
