/* tearne.css */
/* stylesheet for Jari Silomaki pages on Fotonet */
/* Alun Ward, 2004 for EyeDivision www.eyedivision.co.uk */
/* alun@eyedivision.co.uk */

BODY, P, H1, H2, H3, H4, li, ul, ol, blockquote, address {  
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;  
	letter-spacing: 0.02em; 

}

H1 { font-size: 120%; color: #000000; }
H2 { font-size: 110%;  color: #000000; }
H3 { font-size: 0.9em;  color: #000000; }

P, blockquote { font-size: 0.8em;  color: #000000; }

ADDRESS { font-size: 0.7em; text-align: center; font-style: normal; line-height: 120%; color: #000000; padding: 5px; }

li, ul, ol {  font-size: 0.8em; font-style: normal; font-weight: normal; color: #000000; }


a:link { color:#666666; text-decoration: none; }
a:active { color:#FF9900; text-decoration: underline;}
a:hover { color:#FF9900; text-decoration: underline; }
a:visited { color:#666666; }

