body {
	margin:0;padding:0;
	font-style: sans-serif;
	font-size:16px;
	color:#eee;
	background:#000000;
}

* {margin:0;padding:0;}

td, tr {vertical-align:top;}

input, select, textarea {
	border:1px solid #444;
	background:#ffffff;
}
input:hover, select:hover, textarea:hover {
	border:1px solid #000;
}

a {
	color:#eee;
	text-decoration:underline;
}
a:visited {
	color:#eee;
}
a:hover {
	color:#aaa;
	text-decoration:none;
}

th {text-align:left;}

h1 {
	display:block;
	font-family:serif;
	margin:0px 0 0px 0;
	padding:0px 0;
	font-size:24px;
	font-weight:bold;
}
h2 {
	display:block;
	margin:0px 0 0px 0;
	padding:0px 0;
	font-size:20px;
	font-family:serif;
	font-style:normal;
	font-weight:normal;
}

p {
	margin:3px 0;
	padding:0;
	text-indent:20px;
	text-align:justify;
}

ul, ol {
	margin:0 0 0 5px;
	padding:0 0 0 15px;
}

small {
	font-size:14px;
}

#main {
	text-align:center;
}

.bordered_gray {
	border:1px solid #eee;
}
.bordered_yellow {
	border:1px solid yellow;
}
.bordered_blue {
	border:1px solid blue;
}
.bordered_red {
	border:1px solid red;
}

