/* 	
	Cascading Style Sheet for Maffia's site
   	date 10/11/12
   	Copyright ITTS 2005-2006
*/

body {	font-family: arial, helvetica, sans-serif;			/* Main Body Style - not required*/
		color: black;
		font-size: 8pt;
		text-align: justify;
		background-color: white
	}

h1  {	font-family: broadway, helvetica, sans-serif;			/* image subtitles */
		color: black;					
		font-size: 8pt;
		text-align: left
	}

h2  {	font-family: arial, helvetica, sans-serif;			/* Text Headings */
		color: black;					
		font-size: 11pt;
		valign: top;
		text-align: left
	}

h3  {	font-family: arial, helvetica, sans-serif;			/* Page Main Title*/
		color: blue;
		font-size: 10pt;
		valign: top;
		text-align: left
	}
	
	
h3 a:link  { 
		FONT-FAMILY: arial, helvetica, sans-serif;
		COLOR: blue;
		FONT-SIZE: 10pt;
		TEXT-DECORATION: none;
		}	

h3 a:active  { 
		FONT-FAMILY: arial, helvetica, sans-serif;
		COLOR: blue;
		FONT-SIZE: 10pt;
		TEXT-DECORATION: none;
		}	

h3 a:visited  { 
		FONT-FAMILY: arial, helvetica, sans-serif;
		COLOR: blue;
		FONT-SIZE: 10pt;
		TEXT-DECORATION: none;
		}

h3 a:hover  { 
		FONT-FAMILY: arial, helvetica, sans-serif;
		COLOR: blue;
		FONT-SIZE: 10pt;
		TEXT-DECORATION: none;
		}		
	
	

h4  {	font-family: arial, helvetica, sans-serif;			/* Footer Disclaimer Text */
		color: gray;					
		font-size: 7pt;
		valign: top;
		text-align: center
	}


h5  {	font-family: arial, helvetica, sans-serif;			/* Header Nav Bar*/
		color: blue;					
		font-size: 10pt;
		valign: top;
		text-align: right
	}

marquee  {	font-family: arial, helvetica, sans-serif;			/* marquee Scrolling Text */
		color: red;					
		font-size: 14pt;
		marquee-speed: slow;
	}


td  { 	valign: top;										/* Table text formating */
		text-align: justify;
		font-size: 10pt;
		
	}