﻿*
{
    padding: 0;
    margin: 0;
}
body
{
    background-color: #ffff00;
    color: Red;
    font-family: Sans-Serif;
    font-size: small;
}
h2
{
    font-size: medium;
    font-weight: bold;
}
h3
{
    font-size: small;
    font-weight: bold;
}
div#wrapper
{
    position: relative;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
div#header address
{
    position: absolute;
    top: 0px;
    left: 510px;
}
p#hours
{
    position: absolute;
    top: 0px;
    left: 660px;
}
div#menubar
{
    position: absolute;
    top: 150px;
    left: 0px;
    width: 900px;
    height: 20px;
    background-color: Red;
    color: White;
}
div#menubar a:link
{
    color: Yellow;
}
div#menubar a:hover
{
    color: blue;
}
div#menubar a:visited
{
    color: Yellow;
}
div#menubar a:active
{
    color: black;
}

