

div#page div#header {
background-color: #fc3;
height: 120px;
}

h1 {
padding-top: 20px;
}

#header a,
#header a:link,
#header a:visited,
#header a:active {
  color: #933;
}

a,
a:link,
a:visited,
a:active {
        color: #933;
        text-decoration: none;
}

a:hover {
//      text-decoration: underline;
        color: #f00;
        background-color: #ddd;
}

#header a:hover {
//      text-decoration: underline;
        color: #000 !important;
        background-color: #fff;
}

