@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: black;

	margin: 0;

	background-color: #770101;
}

table { font-size: 11px; }
td, th { vertical-align: top }
p { line-height: 1.6em; }

img { border: none }

h1, h2, h3 { color: #430101; }
h1 { font-family: "Century Gothic"; font-weight: normal; font-size: 18px; }
h2 { font-family: "Century Gothic"; font-weight: normal; font-size: 15px; }
h3 { font-size: 11px; }

a { font-weight: bold; color: #d0be6b; text-decoration: none }
a:hover { text-decoration: underline }

ul li { list-style: square; line-height: 1.6em; }