h1 {
 background: inherit;
 color: inherit;
}

h2 {
 background: inherit;
 color: #FFFFFF;
}
h2 a {
 background: inherit;
 color: #FFFFFF;
}
h2 a:hover {
 background: inherit;
 color: #FFFFFF;
}
h2 a:visited {
 background: inherit;
 color: #FFFFFF;
}

h3 {
 background: inherit;
 color: #CB6608;
}
h3 a {
 background: inherit;
 color: #CB6608;
}
h3 a:hover {
 background: inherit;
 color: #CB6608;
}

#middle {
 background: #F5F5F5;
 border-bottom: 2px solid #F5F5F5;
}