@import "style.css";

body {
	color: #999;
	background-color: black;
	font-family: sans-serif;
	text-align: left;
}

a {
	font-size: 15px;
}
a:hover {
	color: #6C3;
}
a:link {
	color: #09C;
}
a:visited {
	color: #09C;
}
a:active {
	color: #936;
}
