/* CSS Master document for RichardSquires.net by Russell Martin */
/* This CSS on each page, controlling main backgrounds and fonts, some expections have other bgnds which cascade after this in the HTML */

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.pinktext {
	color: #FFCCCC;
}

A {
	color: #FFCCCC;
	text-decoration: none;
}