@charset "utf-8";
/* CSS Document */

@import url("reset.css");

body {
	background:#444;
	color:#444;
	font-size:1px;
}


.logo {
	width:700px;	
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: top;
	border-style: none;
	font-size:x-small;
	line-height:150%;
	color:#AAA;
	background:#000;
}


h1 {
	padding:1em;
	font-size:small;
	font-weight:bold;
}

h2 {
	padding:.5em;
	font-size:x-small;
	font-weight:bold;
}


a:link, a:visited, a:hover {
	
	text-decoration:none;
	color:#EEE;
}

