body { /* background images are defined in section-specific css */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	color: #666;
	margin: 0;
}
 a:link {
	border-bottom: 1px dotted #003366;
	color: #003366;
	text-decoration:none;
}
 a:visited {
	border-bottom: 1px dotted #666;
	color: #666;
	text-decoration:none;
}
 a:hover {
	color: #990000;
	border-bottom: 1px dotted #990000;	
}
 .emphasis {
	color: #003366;
}