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


* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 78%;
	padding: 0px;
	margin-top: .4em;
	margin-right: 0em;
	margin-bottom: .6em;
	margin-left: 0em;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #9C0;
	background-color: #333;
	margin-right: 20px;
	margin-left: 50px;
	margin-top: 50px;
}
p {
	font-size: 1.6em;
	color: #999;
	line-height: .6;
}
div#header {
	height: 120px;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
h1 {
	font-size: 4.2em;
	font-weight: normal;
	line-height: 1em;
}
h2 {
	font-size: 2em;
	margin-top: .4em;
	margin-bottom: .6em;
	color: #666;
	font-weight: normal;
}
a {
	color: #FFF;
}
