body {
	background: black;
	color: white;
}


div.titlebar {position: absolute; top: 0px; left: 10%; right: 10%; height: 100px; align: center; margin: 0px; background: #952c2c; width: 80%}
h1.titlebar {position: absolute; top: 0px; left: 10%; right: 10%; height: 100px; align: center; margin: 0px; background: #952c2c;}


div.main {position: absolute; top: 100px; left: 10%; right: 35%; background: #000000; margin-top: 5px; margin-right: 5px;}
div.rbar {position: absolute; top: 100px; left: 65%; right: 10%; background: #000000; margin-top: 5px; margin-left: 0px;}

div.textbox {background: #440000; border-width: 2px; border-color: #952c2c; border-style: solid; margin-top: 0px; margin-bottom: 8px; margin-left: 0px; margin-right: 0px;}
div.textbox p {font-family: verdana,tahoma,sans-serif; text-align: left; margin: 0px; padding: 3px; line-height: 1.2; font-size: 12px; color: #ffffff;}


p {font-family: verdana,tahoma,sans-serif; text-align: left; margin: 0px; padding: 3px; line-height: 1.2; font-size: 12px; color: #ffffff; }
a { color: #ff3333; text-decoration:none;}
a:hover { color: #ffaaaa; text-decoration:none;}

h1 {
	background: #952c2c;
	font-family: courier;
	text-align: left; 
	padding: .3em; 
	margin: 0px; 
	font-size: 12px; 
	font-weight: bold; 
	color: #ffffff;
}
h2 { font-family: verdana,tahoma,sans-serif; font-weight: bold; text-align: left; margin: 0px; padding: 0px; line-height: 1.2; font-size: 14px;}

h3 { font-family: verdana, tahoma, sans-serif; font-weight: bold; text-align: left; margin: 0px; padding: 0px; line-height: 1.2; font-size: 12px }

.titles {font-family: courier; text-align: center; margin: 0px; padding: 0px; line-height: 1; font-size: 10px; }

.std {font-family: verdana,tahoma,sans-serif; text-align: left; margin: 0px; padding: 3px; line-height: 1.2; font-size: 12px;}
.std a:link {color: #ff3333;}
.std a:visited {color: #cc1111;}
.std a:active {color: #ffffff;}
.std a:hover {color: #ffaaaa;}

.date {
	font-family: courier;
	text-align: right;
	margin: 0;
	padding: 0;
	line-height: 1; 
	font-size: 12px; 
	color: #ffffff;
}
.std p {
  border-color: #660000;
	border-style: solid;
  border-width: 0 0 4px 0;
}

input.text {background: #000000; color: #ffffff; border-width: 1px; border-color: #ffaaaa; border-style: solid}
input.button {background: #000000; color: #ff3333; border-width: 1px; border-color: #ffaaaa; border-style: solid; }

img {
	border: none;
}
