.CPBlue {  color: #18307B}
.CPRed {  color: #CC0000}
.CPLightBlue {  color: #8080FF}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.box {
	height: auto;
	width: auto;
	border: medium groove Purple;
}
a:link {
	color: #18307b;
	text-decoration: none;
}
a:hover {
	color: #8080FF;
	text-decoration: none;
}
a:active {
	color: #cc0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

.CPPurple {
	font-family: Arial, Helvetica, sans-serif;
	color: #660099;
}
