
body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
	height: 100%;
	
	background-color: #669966;
	
}
p {font size: 14pt;
padding-left: 20px;
padding-right: 20px;

font-family: Arial;}
a:link {color: black; text-decoration: underline}
a:visited {color: green; text-decoration: none}
a:hover {color: red; text-decoration: none}

.box2{
 width: 1100px;
 height:75px;
 padding: 10px;
 border: 1px solid #000;
 margin: 15px;
 
}
.font
{background-color: yellow;}
 
 
 .box3
 {
 margin: 10px;
 width:200px;
  height:100px;
  background-color: ffff80;
}
 
.box {
  width: 600px;
  height: 100px;
  padding: 10px;
  border: 1px solid #000;
  margin: 15px;
	background-color: #FFFF66;
}
h1, h3, h5, h4{text-align:center;}

ul 
{list-style-type: square;

}
li
{
margin: 0;
font-size:10pt;
}


#header {
  margin:20px;
  padding: 10px;
  height: 150px;
	background-color:#c7e19e;
  color: white; 
}
    
#navigation ul { 
        margin: 0; 
        padding: 5px; 
        list-style-type: underline; 
        text-align: center; 
        background-color: #669966; 
        } 
 
#navigation ul li {  
        display: inline;
				font-size:14pt; 
        } 
 
#navigation ul li a { 
        text-decoration: none; 
        padding: .2em 1em; 
        color: white; 
        background-color:#669966 ; 
        } 
 
#navigation ul li a:hover { 
        color: #000; 
        background-color: #ffff66; 
        } 

#left {
  position: absolute;
  left: 15px;
  top: 220px;
  width: 200px;
	height: 1200px;
	color: white;
}
#center {
  top: 0;
  margin-left: 230px;
  margin-right: 230px;
	padding: 15px;
	background-color: white;
	height: 1200px;
}
#right {
  position: absolute;
  right: 15px;
 top: 220px;
  width: 200px;
	height:1200px;
	color: white;
}












