* {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #666;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	margin-bottom: 1px;
	background: #000;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}

table, td, th, div, pre, blockquote, ul, ol, dl, address {
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
}

h1, h2, h3 {
	font-size: 28px;
	line-height: 36px;
	font-family: "Courier New", Courier, monospace;
	color: #c00;
	font-weight: bold;
}

p {
	font-size: 14px;
	color: #c00;
	font-weight: bold;
}

a:link, a:visited {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}

#outline {
	width: 880px;
	margin: 0px;
	padding: 0px;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #000;
}
#demonboxoutline {
	width: 666px;
	margin: 0px;
	padding: 0px;
	border: none;
}
#demonboxheader {
	width: 666px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 23px;
	background: #000;
	color: #eee;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	border-bottom: 2px solid #ddd;
}
#demonboxbody {
	margin: 0px;
	padding: 10px;
	text-align: left;
}
#demonpall {
	color: #f00;
	width: 566px;
	border: none;
	text-align: center;
}
#advinfo {
	margin: 10px;
	padding: 10px;
	text-align: center;
	border: none;
	color: #ccc;
}
#advinfo p {
	color: #ccc;
	font-weight: bold;
	font-size: 0.7em;
}

.red {
	color: #990000;
	font-weight: bold;
	font-size: 18px;
}
