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

body {
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #333;
}


#wrapper {
	margin:0 auto;
	width: 600px;
	background:#FFF;
	padding: 20px;
	text-align: left;
}

h1 {
	font-size:15px;
}