@charset "utf-8";
table {
	border-top:#036 solid 1px;
	border-left:#036 solid 1px;
}
th, td {
	border-right:#006 solid 1px;
	border-bottom:#006 solid 1px;
	vertical-align:top;
}
body {
	margin:0px;
	background-image:url(imgs/background.png);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#09C;
}
.mainwrap {
	display:block;
	width:800px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#1B1B1B;
}
h1, h2, h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0px;
	font-weight:100;
}
.desc {
	margin:5px;
}
a:link, a:active, a:visited { color:#069; text-decoration:none; }
a:hover { color:#F33; text-decoration:underline; }