

body {
background-color: #C2FDFE;
font-size:12px;
font-family:Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
}

div#header {
background-color:#FF0000;
padding: 15px;
margin: 0px;
text-align: center;
color:white;

}
div#nav {
width: 150px;
padding: 10px;
background-color:#FCFD8D;
margin-top: 0px;
float: left;
}
div#main {
background-color:#FFFFFF;
margin-left: 170px;
margin-top: 10px;
padding: 10px;
font-size:medium;
}


a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
text-decoration: none;
}

div#footer ul li{
color : #000000;
background-color : transparent;
display: inline;
}

div#footer ul li a{
color : #115EAC;
background-color : transparent;
text-decoration : none;
}

div#footer ul li a:hover{
text-decoration : underline;
}


