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

body {
	background-color:#222;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#fff;
}
h1 {
	font-size:1.5em;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	padding:0.2em 0;
	}
a:link {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}
