.footer{
position:fixed;left:0;
bottom:0;
width:100%;
height:50px;
background-color:grey;
color:white;
text-align:center;
font-size: 9pt;
font-weight: normal;
padding:10px 0px 10px 0px;
}
li {
font-size: 12px;
}
#content h2{
  color: #6633ff;
}
#content a {
color: #6633ff;
font-size: 14px;
text-decoration: none;
}
#content a:hover {
text-decoration: none;
color: #ff0000;
}
