body{
background-color:#060606;
}
#top{
background:#DC143C;
text-align:center;
font-size:30px;
color:#FFFFFF;
margin-bottom:5px;
border:1px solid #FF0000;
}
#footer{
 background:#003300;
 color:#99FFFF;
 clear: both;
 height:10px;
 text-align:center;
 }

#center {
  margin-left:150px;
  margin-right:150px;
  margin-bottom:5px;
  border:1px dashed #cccccc;
  color:#000000;
  font-weight:bold;
  background-color:#FFFFCC;
  border:1px solid #FF6666;
}

#left_side {
  float: left;
  width:140px;
  border:1px solid #0000bb;
  color:#FF0000;
  background:#000033;
  margin-bottom:5px;
}
#left_side a {text-decoration:none;}
#left_side a:active {text-decoration:none;}

#center_two{
	margin-left:150px;
  	margin-right:150px;
  	margin-bottom:5px;
	background-color:#CCFFCC;
	border:1px solid #009966;
}
#center_two A:link {COLOR: #4400ff; text-decoration: none;	border:none;}
#center_two A:visited {	COLOR: #4400ff; text-decoration: none;	border:none;}
#center_two A:active {	COLOR: #4400ff; text-decoration: none;	border:none;}
#center_two A:hover {	COLOR: #0011FF; text-decoration: underline;	border:none;}

#right_side {
  color:#00FF66;
  float: right;
  width:140px;
  border:0px dashed #cccccc;
  background:#000033;
  margin-bottom:5px;
  line-height:25px;
}
.submitLink{
color:#00FFFF;
background-color:#000033;
border:#FF0000;
text-align:left;
width:136px;
height:25px;
}
A:link {
height:20px;
border:inset;
	border:thin;
	border:#FF0000;	
	COLOR: #00FFFF; text-decoration: none;
}
A:visited {
height:20px;
border:inset;
	border:thin;
	border:#FF0000;
	COLOR: #00FFFF; text-decoration: none;
}
A:active {
height:20px;
border:inset;
	border:thin;
	border:#FF0000;
	COLOR: #00FFFF; text-decoration: none;
}
A:hover {
height:20px;
border:inset;
	border:thin;
	border:#FF0000;
	COLOR: #00FFFF; text-decoration: underline;
}


