* {margin: 0;}

body {
	background-color: #333333;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-size: 1.4em;
}

p, td {
	text-align: center;
}
.darkbg {
	background-color: #D9B79F;
}
.lightbg {
	background-color: #EBD9CD;
}
#eighteen {
	background-color: #EBD9CD;
	width: 800px;
	margin: auto;
	text-align: center;
	padding: 1px;
	border-left: #31BDE1 2px solid;
	border-right: #31BDE1 2px solid;
}

#eighteen table { text-align:center; }
h1 {
	margin: 0px;
	font-size: 26px;
}
h2 {
	font-size: 22px;
	margin: 0;
	border-bottom: 1px dotted #000;
}

#link {
	border: 1px solid #000000;
	text-align: center;
	vertical-align: top;
	font-size: 0.8em;
}
.tdbd, table .tdbd {
	border: 1px solid #000000;
	text-align: center;
}

a:link {
	text-decoration: underline;
	color: #0000CC;
}
a:visited {
	color: #4D4D4D;
}
a:hover {
	color: #176F88;
	text-decoration: underline;
}
a:active {
	color: #4D4D4D;
	text-decoration: none;
}

p { margin: 4px 0; }
li {
	list-style-type:none;
	text-align: left;
	font-size: 1.5em;
}

table {text-align: center; }
