/*
 * www.puzzelate.com style sheet
 * created by www.squirrely.us
 * 2003-1-23	frank m. spies
 */

/*
 * body details
 */
body
{
	background-color: #9FAFB9;
	color: #ffffff;
	/*margin: 0 0 0 0;
	*/
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #336699;
	scrollbar-track-color: #9FAFB9;
	scrollbar-darkshadow-color: #98AAB1;
}

/*
 * links setup
 */
a:link,a:active,a:visited
{
	font-style: italic;
	color : #006699;
	text-decoration : none;
	font-weight : bold;
	font-family : Verdana;
}
a:hover
{
	text-decoration: underline;
	color : #C76C57;
}

/*
 * paragraphs
 */
p, li, td
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	color : #ffffff;
	font-weight : bolder;
}
h3, a.h3, .headerThree
{
	font-family: "Comic Sans MS", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 21px; text-decoration : none; color : #ffffff;
}
sup
{
	font-size: 11px;
}
.game_name
{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: italic;
}

/*
 * table layout stuff
 */
/* This is the outline round the main forum tables */
.forumline	{ background-color: #9FAFB9; border: 2px #006699 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ color: #000000; background-color: #EFEFEF; }
td.row2	{ color: #000000; background-color: #DEE3E7; }
td.row3	{ color: #000000; background-color: #D1D7DC; }

