*{
margin:0; 
padding:0; 
/*border:0;*/
}
  
body{
background:white; 
color: black;
font-family: Verdana, Tahoma, sans-serif, Arial;
font-style:normal;
}

#container{
width: 680px; 
min-width:680px; 
margin: 40px auto;
}  

#header{
background-color:#98d15f; 
width:100%;
padding-top:20px;
padding-bottom:20px;
}

.grouping{
border:1px solid #98d15f;
width:100%;
}

.column{
border:0px solid #98d15f;
width:33%;
padding-left:5px;
padding-right:5px;
vertical-align:top;
}

h1, h4{
text-align:center;
}

h2{
height:25px; 
line-height:25px;
font-size: 14px;
font-weight:normal;
background-color:#98d15f; 
text-align: center;
margin-top:10px;
}

p{
margin: 10px 10px;
text-align: justify; 
font-size:13px;
}

a.link:link{
background: inherit; 
color: blue; 
text-align:center;
text-decoration: underline;
}

a.link:visited{
color: purple; 
}

a.link:hover{
color: red; 
}

#footer{
float:left;
height:60px;
line-height:30px;
background-color:#98d15f; 
width:100%;
margin-top:10px;
border-bottom:10px solid white;
text-align:center;
font-size:12px;
}

#footer a{
text-decoration:none; 
}                                    

#footer a:link, #footer a:visited{
background:#98d15f; 
color:black;
}                                    

#footer a:hover{
background:#98d15f; 
color:red;
}