body
	{
	margin: 0px;
	padding: 0px;
	}

#content
	{
	position: absolute;
	left: 50%;
	width: 550px;
	margin-top: 35px;
	margin-left: -275px;
	text-align: center;
	}

p
	{
	margin-left: 1em;
	margin-right: 1em;
	font: 12px/18px courier, sans-serif;
	letter-spacing: .1em;
	}

h1, h2, h3, h4, h5, h6
	{
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	margin-bottom: -.5em;
	}
	
h3
	{
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 1em;
	margin-right: 1em;
	}

a
	{
	}
	
a:link
	{
	text-decoration: none;
	color: #9c0c00;
	background-color: transparent;
	}
	
a:visited
	{
	text-decoration: none;
	color: #775555;
	}
	
a:hover
	{
	text-decoration: underline;
	color: #9c0c00;
	}

a.yah
	{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	}