html { background: white }

body { font-family: sans-serif; background: #ffe; color: black; 
       border: solid 2px #004; }

img    { border: none; }

a         { color: #004; font-weight: bold; text-decoration: none; }
a:visited { color: #004; font-weight: bold; text-decoration: none; }
a:hover   { background: #004; color: #ff9; }

a.menu         { color: #ff9; font-weight: bold; text-decoration: none; }
a.menu:visited { color: #ff9; font-weight: bold; text-decoration: none; }
a.menu:hover   { background: #ff9; color: #004; }

div.header { background: #004; }
div.menu   { padding: 15px; margin-left: 15px; background: #004; color: white; 
             float: right; font-weight: bold; font-size: 90%; display: inline; }
div.main   { padding: 10px; }
div.footer { padding: 10px; font-family: monospace; }
div.post   { }

h1  { color: #004; }
h2  { color: #004; }
h3  { color: #004; }

p.timer { font-size: 120%;}
p.author { font-size: 80%; }
