@charset "utf-8";
body {
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#wrapper {
	margin: 20px;
	padding: 20px;
}
h1 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.15em;
}
a {
	color: #CCCCCC;
	text-decoration: none;
	letter-spacing: 0.15em;
	list-style-position: outside;
	list-style-type: lower-roman;
}
a:hover {
	color: #CCCC00;
}
a:visited {
	color: #CCCC99;
}
.small {
	font-size: 0.85em;
}
li {
	line-height: 1.4em;
	list-style-type: none;
}
