html * {
margin: 0;
padding: 0;
}

html {
font-size: 100%;
}

body {
font-size: 62.5%; /* 2.5em now equals 25px etc */
font-family: arial, sans-serif;
background: #ffffff;
color: #999999;
}

#wrapper {
width: 760px;
margin: 0 auto; /* center for most browsers */
}

a {
color: #ffffff;
}

a:hover {
text-decoration: none;
color: #999999;
}

img {
border: none;
}

img#headimage {
display: block;
margin: 0 auto;
text-align: center;
}

h3 {
text-align: center;
font-size: 1.6em;
}

h3 a {
color: blue;
font-size: 1.2em;
}

h1 {
font-size: 2.6em;
text-align: center;
}

h2 {
text-align: center;
background: #dbf6d2;
margin-right: 10px;
margin-top: 5px;
font-size: 1.6em;
}

h5 {
clear: both;
text-align: center;
font-size: 1.4em;
}

h5 a {
color: red;
}

img.thumb {
float: left;
margin-right: 2px;
}

table#maintable p {
font-size: 1.2em;
margin-right: 2px;
}

table#maintable td {
vertical-align: top;
}

td#rightbar {
vertical-align: top;
text-align: right;
}

ul#themenu {
margin-top: 6px;
margin-left: 5px;
}

ul#themenu li {
list-style: none;
font-size: 1.3em;
margin-bottom: 4px;
}

ul#themenu li.mentitle {
background: #dbf6d2;
font-weight: bold;
font-size: 1.4em;
}

ul#themenu li a {
color: #000000;
}

ul#themenu li a:hover {
color: red;
}

/* MONEY BAR */

table#moneybar {
background: #f4e9ac;
margin-top: 10px;
margin-bottom: 10px;
border-left: 1px solid #999999;
}

table#moneybar td {
padding-top: 3px;
padding-bottom: 3px;
border-right: 1px solid #999999;
}

table#moneybar a {
font-size: 1.4em;
font-weight: bold;
color: #000000;
text-decoration: none;
}

table#moneybar a:hover {
text-decoration: underline;
color: red;
}