body {
 background-color : #99ee99;
 color : #000000;			
 font-family : Arial, sans-serif;
 font-size : 14px;
 margin-top : 8px;	
 margin-right : 20px;	
 margin-left : 20px;			
}

#heading {
 font-size : 25px;
 font-weight :bold;
 text-align : center;
 margin : 10px;
}

#navigation {
 font-size : 16px;
}

#blurb {
 font-size : 14px;
}

ul {
 list-style-type : none;
}

a {
 text-decoration : none;
}