/* CSS Document */
/*============================================================================*/ 
/*                                  COLORS                                    */
/*============================================================================*/ 

/*1*/ body{background-color: #B0B0B0; }
h1{margin:  0px; padding: 0px; spacing: 0px;}

.header {background-image: url(http://www.bubble-trouble-game.net/title.jpg); background-repeat: repeat-x;}


/*============================================================================*/ 
/*                               NORMAL FONTS                                 */
/*============================================================================*/
/*Orange*/		.orangeFont {	font-family: Verdana,Sans-Serif;
						font-size: 12px; 
						color: #F1A629;
						font-weight: normal; }
/*============================================================================*/
/*White*/		.whiteFont {	font-family: Verdana,Sans-Serif;
						font-size: 12px; 
						color: #FFFFFF;
						font-weight: normal; }
/*============================================================================*/


/*============================================================================*/ 
/*                                LINK FONTS                                  */
/*============================================================================*/
/*Main Title*/	.mainTitle {	font-family: Times New Roman;
						font-size: 16px;
						font-weight: normal; }
			.mainTitle a:link 		{color: #D09407; text-decoration: none;}
			.mainTitle a:visited 	{color: #D09407; text-decoration: none;}
			.mainTitle a:hover 	{color: #FFFFFF; text-decoration: none;}
/*============================================================================*/
/*Link Orange*/	.linkOrangeFont {			font-family: Verdana,Sans-Serif;
								font-size: 12px; 
								font-weight: normal;
								text-decoration: none; }
			.linkOrangeFont a:link 		{color: #F1A629; text-decoration: none;}
			.linkOrangeFont a:visited	{color: #F1A629; text-decoration: none;}
			.linkOrangeFont a:hover 	{color: #FFFFFF; text-decoration: none;}
/*============================================================================*/


