/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

#header {
	background-color: #FFCCCC;
}

a:link {
	color: black;
}
a:visited {
	color: black;
}
a:active {
	color: black;
}
a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}
