/* CSS Document */
/* color palette
tan:	BFAB8F
*/

body {margin: 0;}
p {
	color:#BFAB8F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	margin-top:7px;
	margin-bottom:7px;
}

a:link {
	color:#990000;
}
a:hover {
	color:#FF0000;
}
a:active {
	color:#FFFFFF;
}
a:visited {
	color:#990000;
}

.sponsor {
	color:#FFFFFF;
	margin-bottom:3px;
	margin-left:8px;
}
.sponsor:link {
	color:#FFFFFF;
	text-decoration:none;
	margin:0px;
}
.sponsor:hover {
	color:#FF0000;
	text-decoration:none;
}
.sponsor:active {
	color:#333333;
	text-decoration:none;
}
.sponsor:visited {
	color:#FFFFFF;
	text-decoration:none;
}