body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #000;
}

body, td, th, textarea, input, select, h1, h2, h3, h4, h5, h6 {
    font: 83% "Lucida Grande", sans-serif;
    line-height: 1.4;
}

header {}

p {margin-bottom: 1em;}

ul.list {
	list-style: disc;
	padding-left: 15px;
}

ul.list li {margin: 1em 0 1em 20px;}

a:link {
	color: #fff;
	text-decoration: underline;
	font-family: "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 85%;
}
a:hover {font-color: #blue;}
a:active {font-color:#red;}
a:visited {
	color: #666;
	text-decoration: underline;
	font-family: "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 85%;
}

h1 {
  font-size: 200%;
  margin: 0 0 0.2em 0;
  line-height: 1;
  font-family: georgia;
  letter-spacing: -0.03em;
}

h1 a {
    text-align: center;
    display: block;
}

h3 {
  font-size: 125%;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-family: georgia;
  margin: 0 0 0.2em 0;
}

