body {
	background-color:white;
	text-align: left;
}
div {
	position:absolute;
/*
	font:10pt arial,helvetica,san-serif;
*/
	font:12pt arial;
        color:white;
}
#topred {
	left:20px;
	top:20px;
	float:left;
	width:275px;
	background:red;
	font:12pt arial;
	color:white;
}
#lowblk {
	left:20px;
	top:100px;
	float:left;
	width:275px;
	background:#000080;
	font:12pt arial;
	color:white;
}
#apache {
	left:480px;
	top:10px;
	float:left;
	width:530px;
	background:#fff;
}
#redline {
	left:360px;
	top:12px;
/*	float:left;*/
	width:900px;
	background:#fff;
	font:12pt arial;
	color:#C00;
	text-align: left;
}
#action {
	left:320px;
	top:165px;
	float:left;
	width:430px;
	background:#fff;
	font:14pt arial,helvetica,san-serif;
	color:#000;
}
#footer {
	left:20px;
	top:500px;
	float:left;
        background:#fff;
	color:#000;
}
#msg	{
        left:435px;
        top:510px;
	float:left;
        width:600px;
	height:30px; 
        background:#C00;
        font:12pt arial;
        color:white;
}
#displaybox {
	width:150px;
	background-color:#ffffff;
	border:2px solid #000000;
	padding:10px;
	font:24px normal verdana, helvetica, arial, sans-serif;
}
a:link {color:black}
a:hover {color:red}
