body
{
	background: black;
	background-image: url(graphics/starfield.gif);
	text-align: center;
	font-family: sans-serif;
}

div
{
	position: relative;
	background: white;
	padding: 10;
	text-align: left;
	z-index: 5;
}

a
{
	color: darkred;
}

.page_logo
{
	background: transparent;
	text-align: center;
	padding: 15;
}

.quote
{
	background: transparent;
	color: white;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.standout
{
	width: 75%;
	border: thick solid red;
}

.normal
{
	width:80%;
	color:black;
}

.note
{
	font-size: 80%;
}

.game_stat
{
	font-style: italic;
}

em
{
	font-style: italic;
	font-weight: bold;
}

.small_em
{
	font-weight: normal;
}

.obs
{
	color: gray;
}

.section_head
{
	width:80%;
	text-align: left;
	background: transparent;
	color: darkred;
}

.subsection_head
{
	font-weight: bold;
	font-size: 110%;
	color: darkred;
}

.top_left_corner
{
	background: transparent;
	position: absolute;
	z-index: 1;
	top: -20px;
	left: -20px;
}

h3
{
	color:darkred;
}

.navbar_table
{
	position: relative;
	z-index: 5;
	background: black;
	border-collapse: collapse;
	border: thin solid red;
}

.navbar
{
	position: relative;
	z-index: 5;
	color: red;
	background: black;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: .5%;
}

.page_toc_table
{
	width: 40%;
	border: thin solid red;
}

.page_toc_title
{
	font-weight: bold;
	color: red;
	background: black;
	text-align: center;
	vertical-align: top;
	padding-top: 10%;
}

.page_toc
{
	font-weight: bold;
	color: darkred;
	background: white;
	padding-left: 2%;
	text-decoration: none;
}


