/* This is the border line & background colour round the entire page */

.bodyline
    {
    background-color: #CFCFCF;
    border: 2px #FFFFFF solid;
    }

/* This is the main background colour for the content area */
.bodymain
    {
    background-color: #FFFFFF;
    }

/* This is the site title */
h1
    {
    color: #30539B;
    font-family: tahoma, arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-indent: 0;
    line-height: 100%;
    margin: 0;
    padding: 46px 0px 75px 8px;
    }

/* This is the intro blurb title */
h2
    {
    color: #30539B;
    font-family: tahoma, arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-indent: 0;
    line-height: 100%;
    margin: 0;
    padding: 0px 0px 2px 0px;
    }

/* These are the main text atributes */
font, th, td, p
    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    }

/* These are the main link atributes */
A:link
    {
    text-decoration: none;
    color: #003366;
    }

A:active
    {
    text-decoration: none;
    color: #003366;
    }

A:visited
    {
    text-decoration: none;
    color: #003366;
    }

A:hover
    {
    text-decoration: none;
    color: #FF0000;
    }

/* This is the Game Platforms bar */
.platform
    {
    background: #E3ECF0;
    width: 100%;
    padding: 3px 3px 3px 3px;
    }

/* This is the Game Titles Alphabet bar */
.letters
    {
    background: #C6D9E1;
    width: 100%;
    padding: 3px 3px 3px 3px;
    }

/* This is the listings pages pagination bar */
.paginbar
    {
    background: #E3ECF0;
    width: 100%;
    padding: 3px 3px 3px 3px;
    }

/* This is the navigation box borders*/
.navbox
    {
    background-color: #FFFFFF;
    border: 2px #BFBFBF solid;
    }

/* These are the Navigation boxes title bars */

td.navTitle
    {
    border-width: 1px 0px 0px 1px;
    }

td.navTitle
    {
    color:     #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    background-color: #738A90;
    height:    25px;
    background-image: url(cellpic.gif);
    }

/* This is the greyed-out "Platform" in the cheats listings */
.grey
    {
    color: #999999;
    }

/* This are the form fields and buttons */
.formElement
    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    }

.formButton
    {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    }
