
body{background: #000000;
     color: #007FFF; font-size: 12pt; 
	 font-family: Helvetica, Sans-serif; 
	 font-weight: normal;  
	 
     }
A:link { color: dark blue; background:#000000 }
A:visited { color: dark blue; background:#000000 }
A:hover { color: light blue; background:#000000 }
A:active { color: lime; background:#000000 }

P{margin-top: 5px; margin: 0.25in}

div#boxA{
float: left;
background-color: black;
width: 15%;
height: 70px;
}
div#box1{
float: left;
background-color: black;
width: 85%;
height: 70px;
}
div#box2{
background-color: black;
float: left;
width: 15%;
height: 500px;
}

div#box3{
background-color: black;
float: left;
width: 45%;
height: 500px;
}

div#box4{
background-color: black;
float: left;
width: 35%;
height: 500px;
}

div#box5{
background-color: black;
float: left;
width: 100%;
height: 200px;
}

