body		{ 	
				font-size: 	12 pt; 
				line-height: 1;
				color: 		white; 
				background: black; 
				link:		#3399FF; 
				vlink:		#009900; 
				alink:		#C0C0C0;
				font-family: arial, helvetica, sans-serif;
			}	/* Normal body text. Leave font names lower case and last for best IE 3 support */


h1			{ 	
				font-size: 	16 pt; 

			}
			
h2			{ 	
				font-size: 	14 pt; 

			}
			
h3			{ 	
				font-size: 	12 pt; 
			}
			
h4			{ 	
				font-size: 	10 pt; 
			}
			
.SmallAndClose	{
				font-size:	x-small;
			}	/* smaller, close spaced type for top and bottom nav links*/
			
a:hover
			{
				font-weight: bold;
				font-size: larger;
				color: yellow;
				text-transform:uppercase;
			}

a:link {
				color: aqua;
			}
			
a:visited {
				color: green;
			}
			
.SmallAndCloseAndTeal		{
				font-size:	x-small;
				line-height:12 pt;
				color: teal;
			}