body {
background-color: #008ac9;
color: #FFFFFF;
font-family: "Georgia", "Times New Roman", "Arial";
text-align: center;
margin-left: 10%;
margin-right: 10%;
}
ul {
list-style-position: inside;
}
#mainLeft {
float: left;
width: 50%;
}
#mainRight {
float: left;
width: 50%;
}
#contact {
float: left;
width: 30%;
padding-left: 100px;
height: 150px;
}
#entrance {
margin-left: 50%;
}
#catalink {
clear: both;
}
#hours {
width: 250px;
float: left;
}
a {
text-decoration: none; 
}

a:link {
color: #bbbbbb; 
}

a:visited {
color: #bbbbbb; 
}

a:hover {
color: white;
}