

	pre { 
	color: #333; 
	font-size: 10px; 
	line-height: 15px; 
	font-family: Courier, "Courier New", "andale mono", Monaco, Monospace; 
}

	h1 { 
	color: gray; 
	font-style: italic; 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 24px; 
	font-family: "Times New Roman", "English111 Vivace BT", Georgia, Times;
	text-transform: uppercase; 
}
	
	h2 { 
	color: #666; 
	font-style: italic; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 20px; 
	font-family: Times, "Times New Roman", Georgia; 
	text-transform: lowercase; 
}

	a { 
	color: #000;
	text-decoration: underline; 
}
	
	a:link {
	color : #333;
	background-color : transparent;
}
	
	a:visited {
	color : #666;
	background-color : transparent;
}

	a:active {
	color : #333;
	background-color : transparent;
}

	a:hover {
	color : #f60;
	background-color : transparent;
}