@charset "utf-8";
/* CSS Document */
a:link {
	color:#990000;
}

a:hover {
	color:#990000;
}

a:visited {
	color:#990000;
}

h1 {
	text-decoration:underline;
}

li {
	list-style:url(images/RainbowBullet.gif);
}

.maintable {
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
}
