h1 {
	color: black;
	font: bold 16px/140% Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: left;
	text-shadow: olive 3px 3px 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

p {
	text-decoration: none;
	font: normal normal 10pt/110% Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: left;
	color: black;
}

h2 {
	color: black;
	text-align: center;
	padding: 3px;
	text-shadow: orange 2px 2px 2px;
	font: bold 14px/120% Verdana, "Lucida Grande", Lucida, sans-serif;
}

h3 {
	font: bold 10px/100% Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
}

p.legals {
	color: gray;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: left;
}

li {text-decoration: none;
	font: normal normal 10pt/110% Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: left;
	color: black;
	list-style-type: square;
}

a:link {
	color: #060;
	font-weight: bold;
}

a:hover {
	font-weight: bold;
	color: #c33;
}

a:active {
	color: #33c;
	font-weight: bold;
}

a:visited {
	color: #360;
	font-weight: bold;
}

td {
	color: #000;
	font: 12px/110% "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #ffffff;
}