/* CSS Document */

body {
	margin: 0px;
}

/*
/* fonts */
.LucidaBlack12 {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}
.LucidaBlack12 a:link {
	text-decoration: none;
	color: #CC0000;
}
.LucidaBlack12 a:visited {
	color: #CC0000;
	text-decoration: none;
}
.LucidaBlack12 a:hover {
	color: #000000;
	text-decoration: none;
}

.thanks {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #BA3727;
}
