.canvas {
	background-color: #000033;
	font-family: "Century Gothic";
	font-size: x-small;
	font-style: normal;
	color: #FFFFCC;

}
.cellpurple {
	background-color: #660099;
	font-family: "Century Gothic";
	font-size: x-small;
	font-style: normal;
	color: #FFFFCC;

}
.cellorange {
	font-family: "Century Gothic";
	font-size: x-small;
	font-style: normal;
	background-color: #CC3300;
	color: #FFFFCC;

}
.cellgreen {
	font-family: "Century Gothic";
	font-size: x-small;
	font-style: normal;
	color: #FFFF99;
	background-color: #006666;
}
.cellblue {
	background-color: #003399;
	font-family: "Century Gothic";
	font-size: x-small;
	font-style: normal;
	color: #FFFFCC;

}

a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}
