/* 	pcmac - 2061116 
    Created in response to Andy's request to make the page links on the left white.
	I have also made the visited link light yellow.
	NOTE: This should work in modern IE and Safari, but I'm not sure about Firefox
*/
a.leftlink:link {
	color: #ffffff;
}
a.leftlink:visited {
	color: #ffff99;
}
.blurb {
	text-align: center;
	font-weight: bold;
	font-family: Verdana,Tahoma, Arial,sans-serif;
	color: #ff0000;
	font-size: 20px;
}