ul{
list-style-type: none;
margin: 0;
padding: 0;
}
li{
float:left;
}
a:link, a:visited{
display: block;
color:white;
background-color:#1BB5F2;
width:125px;
height: 30px;
text-align:center;
text-decoration:none;
}
a:hover{
color:white;
background-color:#6FD4FC;
}
div#header p {
font-size: 45px;
font-weight: bold;
display: block;
position: absolute;
left: 200px;
top: 1px;
}
#day{
font-size: 30px;
}