/* CSS Document */
/*============================================================================*/ 
/*                                  COLORS                                    */
/*============================================================================*/ 

/*1*/ body{background-color: #FFFFFF; }
 h1{font-size: 24px;}

/*============================================================================*/ 
/*                               NORMAL FONTS                                 */
/*============================================================================*/
/*Black*/		.blackfont {	font-family: Verdana,Sans-Serif;
						font-size: 12px; 
						color: #FF0000;
						font-weight: normal; }
/*============================================================================*/
/*Link Font*/	.linkfont {font-family: Verdana,Sans-Serif;
								font-size: 14px; 
								font-weight: normal;
								text-decoration: none; }
			.linkfont a:link 		{color: #FF0000; text-decoration: none;}
			.linkfont a:visited 		{color: #FF0000; text-decoration: none;}
			.linkfont a:hover 		{color: #000000; text-decoration: none;}
/*============================================================================*/




/*============================================================================*/ 
/*                                LINK FONTS                                  */
/*============================================================================*/
/*Title Font*/	.mainTitle {	font-family: Arial;
						font-size: 48px;
						font-weight: normal; }
			.mainTitle a:link 	{color: #FF0000; text-decoration: none;}
			.mainTitle a:visited 	{color: #FF0000; text-decoration: none;}
			.mainTitle a:hover 	{color: #000000; text-decoration: none;}
/*============================================================================*/
