

/* qtenstyle.css

/* Style sheet for Q-ten site (http://www.q-ten.net) */   
/* Produced by Q-ten */ 

BODY 		{	font-family: "Arial","Helvetica", sans-serif;
				color: #999999;
				font-size:12px;
			}
			
p 		{	font-family: "Arial","Helvetica", sans-serif;
				color: #999999;
				font-size:12px;
			}
				
a			{	font-family: "Arial","Helvetica", sans-serif;
				text-decoration: none;
				color: #999999;
				background-color: transparent;
			}
			
a:hover			{	text-decoration: none;
				color: #80BBCC;
				background-color: transparent;
			}			
			
