body		{ 	
				font-size: 	12 pt; 
				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: 	20 pt; 

			}
			
h2			{ 	
				font-size: 	14 pt; 

			}
			
h3			{ 	
				font-size: 	12 pt; 
			}
			
h4			{ 	
				font-size: 	10 pt; 
			}
			
.SmallAndClose	{
				font-size:	x-small;
				line-height:	1.2;
			}	/* smaller, close spaced type for top and bottom nav links*/
			
a:link 		{
				color: aqua;
			}
a:hover
			{
				font-weight: bold;
				font-size: larger;
				color: yellow;
				text-transform:uppercase;
			}
			
a:visited 		{
				color: green;
			}
			
.SmallAndCloseAndTeal		{
				font-size:	x-small;
				line-height:12 pt;
				color: teal;
			}