
	body {
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
	}

	p,td,h2,h3 {
		font-family: Tahoma, Arial, "MS Sans Serif";
		font-size: 12px;
		color: #960032;
	}

	td.white {
		font-size: 13px;
		color: White;
	}

	.bold {
		font-weight: bold;
	}

	h2 {
		font-size: 18px;
		font-weight: bold;
		color: #960032;
	}
	h3 {
		font-size: 16px;
		font-weight: bolder;
		color: White;
	}

	a:link { color: White; text-decoration: underline; }
	a:visited { color: White; text-decoration: underline; }
	a:hover {color: #960032; text-decoration: underline; }
	a:active { color: White; text-decoration: none; }

	a.light:link { color: #960032; text-decoration: underline; }
	a.light:visited { color: #960032; text-decoration: underline; }
	a.light:hover {color: #ff9e40; text-decoration: underline; }
	a.light:active { color: #960032; text-decoration: none; }

