/* my css me like yes goood mmmm */


div.bigyellow {
	font-family: impact, helvetica, arial;
	color: yellow;
	font-size: 48pt;
	font-weight: light
}

div.bigred {
	font-family: impact, helvetica, arial;
	color: #AA0114;
	font-size: 48pt;
	font-weight: light
}


div.smallw {
	font-family: arial, helvetica; 
	color: white;
	font-size: 9px;
	line-height: 150%;
	font-weight: bolder	
}

/*
a:visited {
	text-decoration: underline;
	color: #ff0000;
}



a:hover {
	text-decoration: none;
	color: red;
}
a:active {
	text-decoration: none;
	color: silver;
}
*/

.heading {
	font-family: arial, helvetica;
	color: #333333;
	font-size: 12pt;
	font-weight: bold
}

.title {
	font-family: arial, helvetica;
	color: #000091;
	font-size: 10pt;
	font-weight: bold
}

.simpnav {
	font-family: arial, helvetica;
	color: #5B9A9F;
	font-size: 9pt;
}


.navlinks {
	font-family: arial, helvetica;
	color: #000091;
	font-size: 9pt;
}


.copyright {
	font-family: arial, helvetica;
	color: #5B9A9F;
	font-size: 8pt;
}	


.descriptive {
	font-family: arial, helvetica;
	color: #333333;
	font-size: 10pt;
}	



