body {
 color: #EEEDEA;
 font-family: Verdana;
 font-size: 12;
}

body.main {
 background-image: url(gfx/bg.jpg);
 background-repeat: repeat-x;
 background-attachment: fixed;
 background-position: top;
 background-color: #848484;
}

table {font-size: 12;}
small {font-size: 10;}
small.outside {color: #ffffff; font-weight: bold;}
big {font-size: 14;}

font.head1 {
 color: #ffffff;
 font-weight: bold;
 font-size: 18;
}

font.head2 {
 color: #CC4D00;
 font-weight: bold;
 font-size: 14;
}

font.head3 {
 color: #CC4D00;
}

table.main {
 border-style: solid;
 border-width: 2;
 border-color: #000000;
 background-color: #ffffff;
}

table.main td {border-style: none;}

td.middle {
 background-image: url(gfx/middle.jpg);
 background-repeat: repeat;
 background-position: top-left;
}

a, a:link, a:visited {
 color: #ffffff;
 text-decoration: underline;
 font-weight: bold;
}
a:hover {color: #CC4D00; text-decoration: underline}
a.biglink {font-size: 14;}
a.introlink {font-size:24; font-family: courier new;}
