body {
       color: black;
       background: white;
       /*font-family: "Gill sans", Arial, sans-serif;*/
       margin: 1em 2em 1em 1em;
}

#navigation {
              float: left;
              width: 15em;
}

#content {
           margin-left: 15em;
           padding-left: 2em;
}

#navigation :link { 
                    color: grey;
                    background: inherit;
}

#navigation :link:hover {
                          color: #CC0033;
                          background: inherit;
}

abbr {
       border-bottom: none;
}

ul {
     list-style-type: none;
     margin-left: 0;
     padding-left: 0;
}

li {
     margin-left: none;
     padding-left: none;
}

:link, :visited {
                  text-decoration: none;
                  color: inherit;
                  background: inherit;
}

.email-address {
                 color: #CC0033;
                 background: inherit;
}

h1 { 
     color: #CC0033;
     background: inherit;
}

a img {
        border: none;
        text-decoration: none;
        }

