/* CSS Document */
/*============================================================================*/ 
/*                                  COLORS                                    */
/*============================================================================*/ 

/*1*/ body{background-color: #000000; }
h1{margin:0px; padding:0px; spacing:0px;}


/*============================================================================*/ 
/*                               NORMAL FONTS                                 */
/*============================================================================*/
/*White*/		.whiteFont {	font-family: Verdana,Sans-Serif;
						font-size: 12px; 
						color: #FFFFFF;
						font-weight: normal; }
/*============================================================================*/
/*Cream*/		.creamFont {	font-family: Verdana,Sans-Serif;
						font-size: 12px; 
						color: #DCDCDC;
						font-weight: normal; }
/*============================================================================*/




/*============================================================================*/ 
/*                                LINK FONTS                                  */
/*============================================================================*/
/*Main Title*/	.mainTitle {	font-family: Times New Roman;
						font-size: 16px;
						font-weight: normal; }
			.mainTitle a:link 	{color: #BBBBBB; text-decoration: none;}
			.mainTitle a:visited 	{color: #BBBBBB; text-decoration: none;}
			.mainTitle a:hover 	{color: #FFFFFF; text-decoration: none;}
/*============================================================================*/

/*Link White */	.linkWhiteFont {			font-family: Verdana,Sans-Serif;
								font-size: 12px; 
								font-weight: normal;
								text-decoration: none; }
			.linkWhiteFont a:link 		{color: #FFFFFF; text-decoration: none;}
			.linkWhiteFont a:visited 	{color: #FFFFFF; text-decoration: none;}
			.linkWhiteFont a:hover 		{color: #AAAAAA; text-decoration: none;}
/*============================================================================*/
/*Link Cream*/  .linkCreamFont {			font-family: Verdana,Sans-Serif;
								font-size: 12px; 
								font-weight: normal;
								text-decoration: none; }
			.linkCreamFont a:link 		{color: #BBBBBB; text-decoration: none;}
			.linkCreamFont a:visited 	{color: #BBBBBB; text-decoration: none;}
			.linkCreamFont a:hover 		{color: #FFFFFF; text-decoration: none;}
/*============================================================================*/



