table {
	text-align: center;
}

a {
	color: #6633CC;
}

a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #8D33CC;
}

body {
	background-color: #99CCCC;
	font-family: sans-serif, Arial;
}

.title {
	color: #225555;
	font-weight: bold;
	font-size: 32px;
}

.gals {
	color: #225555;
	font-weight: bold;
	font-size: 22px;
}

.desc {
	font-size: 18px;
	color: #000000;
}

.warn {
	color: #336666;
	font-size: 12px;
	text-align: justify;
	background-color: #D4E7B3;
	border: 1px solid #A1BF92;
	padding-left: 8px;
	padding-right: 8px;
	font-family: Arial;
}

.recips {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}

.sponsor {
	color: #6633CC;
	font-weight: bold;
	font-size: 16px;
}

.sponsor2 {
	color: #6633CC;
	font-weight: bold;
	font-size: 20px;
}

.ad {
	color: #003A91;
	font-weight: bold;
	font-size: 18px;
	text-align: justify;
}

.small {
	color: #000000;
	font-size: 10px;
}