/* CSS Document */
body
{
background-color: rgb(200,200,200);
}

table
{
width: 850px;
background: url(images/bk2.jpg) top center no-repeat;

border-spacing: 0px;
border: 0px solid rgb(127,127,127);
}

td.header
{
width: 850px;
height: 256px;

border-bottom: 2px solid rgb(127,127,127);
}

td.gameRow
{
border-bottom: 2px solid rgb(127,127,127);
}

a
{
font-weight: bold;
text-decoration: none;
color: rgb(25,100,50);
}

a:visited
{
color: rgb(70,70,70);
} 

a:hover
{
color: rgb(150,100,50);
}

p
{
color: rgb(0,0,0);
font-family: arial;
font-size: 10pt;
margin-left: 0.5em;
margin-right: 0.5em;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: 0.0em;
color: rgb(50,40,30);
font-family: arial;
margin-left: 0.5em;
margin-right: 0.5em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}

h1,h2
{
font-family: arial;
}

h2
{
font-size: 15pt;
}

h3
{
font-size: 13pt;
}

h4
{
font-size: 11pt;
}

h5
{
font-size: 9pt;
}

h6
{
font-family: arial;
font-size: 7pt;
}

li
{
color: rgb(50,40,30);
}

.wideText
{
letter-spacing: 3.3em;
}

.bioName
{
font-family: arial;
font-size: 10pt;
font-weight: bold;
font-style: italic;
}

.tinyFont
{
font-family: arial;
font-size: 7pt;
}