@import url("c-import.css");

body {
	margin: 0;
	padding: 0;
	background: #772;
	font-family: "Gill Sans", sans-serif;
	text-align: center;
}

a {
	color: #a00;
	text-decoration: none;
}

a:link { }

a:visited {
	color: #800;
}

a:focus { }

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

a:active { }

