/* CSS Document */
/*============================================================================*/ 
/*                                  COLORS                                    */
/*============================================================================*/ 

/*1*/ body{background-color: #000000; }
 h1{text-align: center; font-size: 32px;}


/*============================================================================*/ 
/*                               NORMAL FONTS                                 */
/*============================================================================*/

/*Yellow*/			.b2text  {	font-family: 	Arial;
						font-size: 13px; 
						color: #FFFF00;
						font-weight: normal; }
/*============================================================================*/
/*Small Yellow*/			.b2small  {	font-family: 	Arial;
						font-size: 11px; 
						color: #FFFF00;
						font-weight: normal; }
/*============================================================================*/
/*Link Yellow*/		.b2link {			font-family: Arial;
								font-size: 13px; 
								font-weight: normal;
								text-decoration: none; }
			.b2link  a:link 		{color: #FFFF00; text-decoration: none;}
			.b2link  a:visited 		{color: #FFFF00; text-decoration: none;}
			.b2link  a:hover 		{color: #FFFFFF; text-decoration: none;}
/*============================================================================*/



/*============================================================================*/ 
/*                                LINK FONTS                                  */
/*============================================================================*/
/*Main Title*/	.b2title {	font-family: Arial;
						font-size: 24px;
						font-weight: normal; }
			.b2title a:link 	{color: #FFFF00; text-decoration: none;}
			.b2title a:visited 	{color: #FFFF00; text-decoration: none;}
			.b2title a:hover 	{color: #FFFFFF; text-decoration: none;}
/*============================================================================*/

/*Link Black */	.linkBlackFont {			font-family: Verdana,Sans-Serif;
								font-size: 12px; 
								font-weight: normal;
								text-decoration: none; }
			.linkBlackFont a:link 		{color: #000000; text-decoration: none;}
			.linkBlackFont a:visited 	{color: #000000; text-decoration: none;}
			.linkBlackFont a:hover 		{color: #AA0000; text-decoration: none;}
/*============================================================================*/
/*Link D.Red*/  .linkDRedFont {			font-family: Verdana,Sans-Serif;
								font-size: 12px; 
								font-weight: normal;
								text-decoration: none; }
			.linkDRedFont a:link 		{color: #550000; text-decoration: none;}
			.linkDRedFont a:visited 	{color: #550000; text-decoration: none;}
			.linkDRedFont a:hover 		{color: #000000; text-decoration: none;}
/*============================================================================*/
/*Link Red*/	.linkRedFont {			font-family: Verdana,Sans-Serif;
								font-size: 12px; 
								font-weight: normal;
								text-decoration: none; }
			.linkRedFont a:link 		{color: #AA0000; text-decoration: none;}
			.linkRedFont a:visited 		{color: #AA0000; text-decoration: none;}
			.linkRedFont a:hover 		{color: #000000; text-decoration: none;}
/*============================================================================*/

/*MAIN AD TABLE - HOME PAGE & VIEW GAME*/
#adcombo{ width:240px;height:70px;background-repeat:no-repeat;overflow:hidden;padding-top:1px; padding-bottom:1px;}
.adcombo .ae_table_vert { width:240px;height:70px; background-color:none; }
.adcombo .ae_td_vert { text-align:left; }
.adcombo .ae_bb_td_vert {}
.adcombo A.ae_title_vert {text-align:left;font-weight:bold; margin-bottom:-80px; padding-left:75px; font-size: 12px; text-transform: none; color:yellow; text-decoration: Underline; display:block; height:100px; width:240px; }
.adcombo .ae_desc_vert {text-align:left;margin-left:75px; font-size: 10px; display:block; color:FFFFFF; width:240px; overflow:hidden;}
.adcombo A.ae_title_vert:hover, A.ae_powered_vert:hover, A.ae_yourlink_vert:hover {cursor:pointer; color: FFFFFF;  text-decoration: Underline;}

#adwide{ width:147px;height:120px;background-repeat:no-repeat;overflow:hidden;padding-top:1px; padding-bottom:1px;}
.adwide .ae_table_vert { width:147px;height:120px; background-color:none; }
.adwide .ae_td_vert { text-align:center;}
.adwide .ae_bb_td_vert {}
.adwide A.ae_title_vert {text-align:center;font-weight:bold; padding-top:80px; font-size: 14px; text-transform: none; color:#00FFFF; text-decoration: none; display:block; height:120px; width:150px; }
.adwide .ae_desc_vert {}
.adwide A.ae_title_vert:hover, A.ae_powered_vert:hover, A.ae_yourlink_vert:hover {cursor:pointer; color:#000088;  text-decoration: none;}