a            { color: #0cf;}
a:visited    { color: #ff6;}
a:hover      { color: #009;}
body         { margin: 0; padding: 0; background-color: #5b892e;}

#header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url('../header.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;
}

#article {
    margin: 10px;
}

.sidebar {
    width: 190px;
    max-width: 200px;
    margin: 10px;
    padding: 0;
    text-align: left;
}

.menu {
    font-family: tahoma,arial,sans-serif;
    font-weight: bold;
    font-size: 1.5em;
}

h1 {
font-family: impact,tahoma,sans-serif;
font-size: 3em;
font-weight: normal;
display: inline;
color: #000;
}

h2 {
font-family: tahoma,sans-serif;
font-size: 1.5em;
font-weight: bold;
color: #000;
display: inline;
}

h3 {
font-family: impact,tahoma,sans-serif;
font-size: 1.75em;
text-decoration: underline;
font-weight: normal;
display: inline;
}

h4 {
font-family: tahoma,sans-serif;
font-weight: bold;
font-size: 1.125em;
text-decoration: underline;
color: #fff;
display: inline;
}

h5 {
font-family: arial,sans-serif;
font-weight: bold;
font-size: 1.25em;
text-decoration: underline;
color: #000;
display: inline;
}

h6 {
    font-family: impact,tahoma,sans-serif;
    font-weight: normal;
    font-size: 3em;
    text-decoration: underline;
    color: #000;
    display: inline;
}

.removed { 
background-image:url('header.png');
background-repeat:no-repeat;
background-attachment:scroll;
background-position:top left;
}

.atitle {
    font-family: impact,tahoma,sans-serif;
    color: #000;
    font-size: 3em;
}

.asubtitle {
    font-family: tahoma,sans-serif;
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
}

.atext {
    font-family: tahoma,sans-serif;
    color: #fff;
    font-size: 1.125em;
}

.atextb {
    font-family: tahoma,sans-serif;
    color: #000;
    font-size: 1.125em;
    font-weight: bold;
}

.atextc {
    font-family: tahoma,sans-serif;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}

.ctitle {
    font-family: impact,tahoma,sans-serif;
    font-size: 1.5em;
    color: #000;
    text-decoration: underline;
}

.ftext {
    font-family: tahoma,sans-serif;
    color: #fff;
}

.quote {
    color: goldenrod;
}

.subtitle {
    color: #000;
    text-decoration: underline;
}

.ccolumn {
    float: left;
    max-width: 19%;
    padding: 0.5%;
    text-align: center;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.foot {
    font-family: tahoma,sans-serif;
    font-size: 1em;
}

.copy {
    font-family: tahoma,sans-serif;
    font-size: 0.75em;
    font-weight: bold;
}

<!-- olive drab 6b8e23 green 669933 008000 228b22 556b2f 006400 5B892E 547E29 -->