body { text: #000000; background-color: white; color: black; }
body.side { text: #000000; background-color: #daddf1; color: #cccccc; }

img.bottom { vertical-align: bottom; }

a:link { text-decoration: none; color: navy; }
a:visited { text-decoration: none; color: purple; }
a:active { text-decoration: none; color: navy; }
a:hover { text-decoration: none; color: red; }

a.mailbox:link { text-decoration: none; color: green; }
a.mailbox:visited { text-decoration: none; color: green; }
a.mailbox:active { text-decoration: none; color: green; }
a.mailbox:hover { text-decoration: none; color: red; }

h1 { font-size: 42px; color: #c26a00; font-family: 'Mistral'; }
h2 { font-size: 30px; color: #c26a00; font-family: 'Mistral'; }
h3 { color: green; }

p.error { font-size: 24px; background: white; color: red; font-family: 'Mistral'; }

font.counter { font-size: 24px; background: white; color: black; font-family: 'Mistral'; text-decoration:bold; }
font.button { font-size: 20; background: black; color: white; font-family: 'Mistral'; }
font.copyright { font-size: 18px; color: black; font-family: 'Mistral'; }
font.menu { font-size: 16px; font-family: 'Mistral'; }

table { border: 25; }
tr.title { background-color: #c26a00; }
tr.highlight { background-color: #daddf1; }

