body,td,th {
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #7F007F;
}
body {
	background-image: url(images/layout/rainbow.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #CC6666;
}
a:active {
	text-decoration: none;
	color: #990000;
}

