#header {
    background-color:grey;
    color:white;
    text-align:center;
    padding:5px;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 1em /*2.5em; /* 40px/16=2.5em */
}
#nav {
    line-height:30px;
    background-color:#dddddd;
    height:500px;
    width:200px;
    float:left;
    padding:5px;	
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 1.6em;	
/* ---- 
    list-style-type: none;
    margin: 0;
    padding: 0; */
}

a:link, a:visited {
    display: block;
    font-weight: bold;
    color: #FFFFFF;
    background-color:#dddddd;
/*    background-color: #98bf21;
    width: 120px;
    text-align: center;*/
 /*   padding: 4px;*/
    text-decoration: none;
 /*   text-transform: uppercase;*/
}

a:hover, a:active {
    background-color: #7A991A;
}
/*
<ul>
  <li><a href="#home">Home</a></li>
  <li><a href="#news">News</a></li>
  <li><a href="#contact">Contact</a></li>
  <li><a href="#about">About</a></li>
</ul>
*/


/* --------- */
#section {
    width:450px;
    float:left;
    padding:10px;	
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 1em;
}

#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;	 
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 1.6em;	   
}
