/**
 * KarenMarston.com
 * Text-based page CSS (no painting pages)
 * Last Edited 1/10/2009 
 **/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #006699;
}

p {
	line-height:1.4;
}
.caption {
	line-height: normal;
}