/* This is the border line & background colour round the entire page */
.bodyline        { background-color: #3d3d3d; border: 2px #FFFFFF solid; }

/* This is the main background colour for the content area */
.bodymain        { background-color: #cccccc; }

.bodymain2        { background-color: #000000; }
/* This is the site title */
h1 { color: #171717; 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: #f7f7f7; 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; color: #f5f5f5;  }

/* These are the main link atributes */
A:link { text-decoration: none; color: #f5f5f5; }
A:active { text-decoration: none; color: #f5f5f5; }
A:visited { text-decoration: none; color: #f5f5f5; }
A:hover { text-decoration: none; color: #ff3a3a; }

/* This is the Game Platforms bar */
.platform { background: #; 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: #; width: 100%; padding: 3px 3px 3px 3px; }

/* This is the navigation box borders*/
.navbox { background-color: #161616; border: 1px #BFBFBF solid; }

/* These are the Navigation boxes title bars */
th.navTitle { border-width: 1px 0px 0px 1px; }
th {
        color: #ff3a3a; 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;

}

