body { background-color: green; background-image: url(pix/ground.gif); color: #ffff80; font-family: Arial, sans-serif; font-size: 13px }

a { color: yellow; text-decoration: none }

a:hover { color: white; text-decoration: underline }

.plain { color: #ffff80 }
.silver { color: silver }
.grey { color: gray }
.black { color: black }

.green { color: green }
.olive { color: olive }
.yellow { color: yellow }
.red { color: red }
.hidden { display: none }

.verticaltext{
font: 9pt Arial;
color: yellow;
position: absolute;
left: 18px;
top: 54px;
width: 10px;
writing-mode: tb-rl;
}

table { font-size: 13px }
table.links { font-size: 12px }

div.footer { text-align: center; font-size: 10px }