a:link{
 color: blue;
 text-decoration: none;

}

a:visited{
 color: red;
 text-decoration: none;

}

a:hover{
 color: white;
 text-decoration: none;
 font-weight: bold;
 background-color: blue;

}

a:active{
 color: blue;
 text-decoration: none;
 background-color: orange;

}

ul{
 list-style-type: none;
 padding: 1;

}

body{
 border-spacing: 1;
 padding: 1;

}


div#header{
 width: auto;
 height: 92px;

}

div#footer{
 width: auto;
 height: 20px;
 clear: both;

}

