body { background-color: black; color: white; }
h1  { font-family: Arial, sans-serif; }
h2  { font-family: Arial, sans-serif; }
p, li { font-family: Arial, sans-serif; }
a { color: yellow }
hr { color: green }
DIV#header P {margin: 0; padding: 0 }
DIV#header P#logo { float: left }
DIV#header P#name { font-size: 2em; }
DIV#main_menu LI
{
    display: inline;
    padding: 4px;
    list-style-image: none;
}