
#classbox{
position: absolute;
top: 10px;
left: 2%;
width: 15%;
height: 120px;
}


#leftbox{
position: absolute;
top: 110px;
left: 2%;
width: 15%;
padding: 15px;
background-color: #114f8c;
}


#centerbox{
position: absolute;
top: 10px;
left: 22%;
width: 72%;
border: solid 2px #990000;
padding: 15px;
color : #000f7c;
}

#fullbox{
position: absolute;
top: 110px;
left: 2%;
width: 94%;
padding: 15px;
height: 200px;
background-color: #114f8c;
}

h1, h2, h3, a, p, body {font-family: Tahoma,Arial,sans-serif;}

table {
  background-color:#FFF;
  border-collapse: separate;
}

td {
  background-color:#FFF;
  padding:5px;
}




.Left {color : white;}
.Center {color : #000f7c;}
h1.Center, h2.Center, h3.Center  {color : #990000;}

.Left a:link  {color : white;}
.Left a:visited  {color : #999999;}



