/* CSS Document */
#header{
float: right;
width: 100%;
padding: 5px 0px 0px 0px;
margin: 0;
text-align: right;
background: #8282ee;
}

#footer{
float: left;
clear: both;
width: 100%;
padding: 5px 0px 5px 0px;
margin: 0;
text-align: center;
font-size: 80%;
background: #8282ee;
}

a{
text-decoration: none;
color: #8282ee;
}

a:hover{
color: #ff0000;
}

a:visited{
color: #8282ee;
}