* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background:#000;
	font:small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:normal;
	line-height:180%;
}

.hide {
	display:none;
}

h1 {
	display:inline-block;
	margin:0 0 35px 0;
	padding:3px 5px;
	font-size:20pt;
	font-weight:bold;
	background-color:#ccc;
	color:#fff;
	line-height:100%;
	text-transform:uppercase;
	text-align:center;
}

h2 {
	margin:0;
	padding:0;
	color:#36F;
	font-size:20pt;
	font-weight:normal;
}

p {
	margin:0;
	padding:8px 0;
	color:#000;
	font-size:12pt;
	line-height:140%;
}

a {
	color:#36F;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

#screen {
	width:940px;
	margin:0 auto;
	padding:0;
	background:#f1f1f1;
}

.section {
	padding:40px;
	border-top:2px solid #000;
	overflow:hidden;
}

table {
	border:10px solid #999;
	margin:15px auto;
}

table tr {
}

table tr th {
	text-align:center;
	font-weight:bold;
}

table tr td,
table tr th {
	padding:5px;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
}

span {
	color:#999;
	font-style:italic;
}