.titletext	{/* Subjects */
			font-family: Arial, Helvetica, sans-serif;
			font-size: 20px;
			color: #FFFFFF;
		}


.bannertext	{/* Las Vegas */
			font-family: Arial, Helvetica, sans-serif;
			font-size: 34px;
			color: #00CCFF;
			font-weight: bold;
		}

.menutext 	{/* Menu Text */
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #FFFF00;
			font-weight: bold;			 
		}


.regtext 	{/* Regular Text */
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #FFFFFF;			 
		}

.boldtext 	{/* Bold Text */
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: #FFFFFF;	
			font-weight: bold;		 
		}

.linktext 	{/* Link Text */
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #FFFFFF;	
			font-weight: bold;		 
		}

.bluetext 	{/* Blue Text */
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #00CCFF; 
		}



A:link 		{
			text-decoration: none; 
			color:#FFFF00;
		}


A:visited 	{
			text-decoration: none; 
			color:#FFFF00;
		}


A:active 	{
			text-decoration: none; 
			color:#FFFF00;
		}


A:hover 	{
			text-decoration: none; 
			color:#FFFFFF;
		}
	


