	
	/* Controls overall look of your site should control layout too, but there's no time right now for css layout*/

	body { 	color:black; 
		font-size: 10pt; 
		font-family: Arial; 
		background-image: url(/stationimages/backdrop.jpg); 		
		background-repeat: repeat;
		margin: 0 auto;
		text-align: center; }
		
	a:link {color:  navy;
		font-size: 10pt; 
		font-family: Arial;	
		text-decoration: none; }
	a:visited
	       {color: navy;
		font-size: 10pt; 
		font-family: Arial;
		text-decoration: none; }

	a:hover {color: red}

	Nav{	Font-color: white
			font-size: 10pt; 
			font-family: Arial; 
			 }	

	
	
	/* Links within Info Center which may need to be different than your other links*/
	 a.nav:link { 	color: White; 
				font-size: 10pt; 
				font-family: Arial; 
				text-decoration: none; }

	a.nav:active { 	color: White; 
				font-size: 10pt; 
				font-family: Arial; 
				text-decoration: none; }

	 a.nav:visited {color: White;
				font-size: 10pt; 
				font-family: Arial;
				text-decoration: none; }

	 a.nav:hover {color: red;}
	