
	/* STANDARD TAG SELCECTORS  */

	a:link    {color: #FFFF00}   /* yellow */
	a:visited {color: #FF0000}   /* red */
	a:hover   {color: #FF0000}   /* red */
	a:active  {color: #FF0000}   /* red */

    h3 { 		font-family: arial, helvetica, sans-serif;
				font-size: 18px;
				font-weight: bold;
				text-align: left;
				color: #FFFFFF;
	}

	h2 { 		font-family: arial, helvetica, sans-serif;
				font-size: 20px;
				font-weight: bold;
				text-align: left;
				color: #00FF00;
	}

	h1 { 		font-family: arial, helvetica, sans-serif;
				font-size: 24px;
				font-weight: bold;
				text-align: left;
				color: #FF9900;
	}



	body {
				font-family: arial, helvetica, sans-serif;
				font-size: 14px;
				font-weight: bold;
				text-align: left;
				color: white;
				background-color: #333333;

	}
	
	/* CUSTOMIZED TEXT CLASSES */
	.standout-text {

				font-family: arial, helvetica, sans-serif;
				font-size: 20px;
				font-weight: normal;
				text-align: left;
				color: #FF9900;
	}
	.brighttext {

				font-family: arial, helvetica, sans-serif;
				font-size: 18px;
				font-weight: normal;
				text-align: left;
				color: #FFFFFF;
	}
	.smalltext {

				font-family: arial, helvetica, sans-serif;
				font-size: 14px;
				font-weight: normal;
				text-align: left;
				color: #FFFFFF;
	}




	/* NAVIGATION BUTTON CLASSES */


