/*  =reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin: 0; padding: 0; }
h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border: 0; }
caption, th { text-align : left; }
fieldset, img { border-collapse: 0; border-spacing: 0; border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }
img { border: 0px; }

/* =blocktext */
h2, h3, h4, h5, p, ul { 
	margin: 0 20px; 
	padding: .5em 0; 
}

/* =html */
html { 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma, Verdana, Times New Roman;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
}

/* =body */
body {
	position: relative;
	width: 800px; 
	margin: 0 auto 0 auto;
	padding-top: 0;
	font-size: 1.4em;
	background: #000000;
}

a {
	text-decoration: none;
	color:#00ffff;
	font-size:1.2em;
	font-weight: normal;
}

.enter-exit {
	font-size: 2.0em; 
	font-weight: bold;
}

a:hover {
	color: #fff;
}

/* main-nav */
.main_nav {
	font: BankGothic Md BT, "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

.main_nav a {
	color: #FF0000;
}

.main_nav a:hover {
	color: #000000;
}

#intro {
	margin: 0 15px 0 20px;
}

table#enter-exit {
	width: 100%;
	background: #000000;
	border: #00ffff 2px solid;
}

table th, table td {
	margin: 0;
	padding: 8px 35px;
	text-align: center;
}

table li {
	margin: 10px auto;
}

table.friends {
	width: 90%;
}

table.more-friends {
	width: 90%;
}

table.labels {
	width: 100%;
	border: 1px solid #000;
}