
		a.mainlink:link {
			text-decoration: none;
			font-family: Arial;
			color: black;
		}
		
		a.mainlink:visited {
			text-decoration: none;
			font-family: Arial;
			color: black;
		}		
		
		a.mainlink:hover {
			text-decoration: none;
			color: #2DBBFD;
		}
		
		a.photolink:link {
			text-decoration: underline;
			font-family: Times;
			color: black;
		}
		
		a.photolink:visited {
			text-decoration: underline;
			font-family: Times;
			color: black;
		}
		
		a.photolink:hover {
			text-decoration: underline;
			color: #2DBBFD;
		}
		
		.pageOn {
			font-family: Arial;
			color: #2DBBFD;
		}		
		