	A 		{ text-decoration: underline; font-family: Georgia }
	A:link		{ text-decoration: underline; }
	A:visited	{ text-decoration: underline; }
	A:active	{ text-decoration: none;}
	A:hover		{ text-decoration: none;}
	
	h1 {font-family: Georgia}
	h2 {font-family: Georgia}
	h3 {font-family: Georgia}
	h4 {font-family: Georgia}
	h5 {font-family: Georgia}
	p {font-family: Georgia; text-align: left;}
		
	.news {	font-family: Georgia; 
			font-style: italic; 
			font-weight: bold; 
			margin: 2em;
			text-align: left; }
			
	.quote {	font-family: Georgia; 
			font-style: italic; 
			font-weight: bold; 
			margin: 2em;
			text-align: left; }
			
	.fakecaps {	font-size: smaller;
				text-transform: uppercase; }