/* Layout for Badgers Studios homepage using Cascading 
   Style Sheets level 1 for HTML 4.0 */

/* CELLS OF TABLES */

td 
{
	font-family:		"tahoma", courier;
	font-size:		8pt;
	color:			#000000;
}
td.border
{
	border-color:		#000000;
	border-style:		solid;
	border-width:		thin;
}
td.header 
{
	font-family:		"lucida sans", helvetica;
	font-size:			8pt;
	color:			#FFFFFF;
}
td.menu, td.menuactive 
{
	font-family:		"lucida sans", helvetica;
	font-size:			10pt;
	color:                  #FFFFFF;
	border-color:		#000000;
	border-style:		solid;
	border-width:		2pt;
}
td.bartop 
{
	font-family:		"lucida sans", helvetica;
	font-size:			12pt;
}
td.barbottom 
{
	font-family:		"lucida sans", helvetica;
	font-size:			8pt;
}
td.gameshots 
{
	font-family:		"courier new", courier;
	font-size:			8pt;
	color:			#000000;
}

/* ANCHORS */

a.menu, a.menu:visited
{ 
	color: 				#F5C84D;
	text-decoration:		none;
}
a.menu:active, a.menu:hover
{
	color:				#C18C39;
}
a, a:visited
{
	color:				#000000;
	text-decoration:		underline;
	font-weight:            	bold;
}
a:hover
{
	color:			#F5C84D;
	text-decoration:		none;
/*	font-weight:            	bold;*/
}

a:active
{
	color:			#000000;
	text-decoration:		underline;
/*	font-weight:            	bold;*/
}
a.noline	
{ 
	text-decoration:		none;
/*	font-weight:            	bold;*/
}

/* HEADERS */

h2		{ font-family:		verdana, helvetica; }
