@charset "UTF-8";

body {
	background-color: #000000;
	margin: 0;
	text-align: left;
	font-family: Georgia, serif;
	color: #cccccc;
}

#all_content {
	background-color: #590079;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 5%;
	padding-right: 5%;
	max-width: 43em;
}

#all_content > *,
.section {
	clear: both;
}

a:link {
	text-decoration: none;
	color: #59c0ff;
}

a:visited {
	text-decoration: none;
	color: #cc5979;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ffffff;
}

h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link {
	text-decoration: none;
	color: #59c0ff;
}

h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	text-decoration: none;
	color: #cc5979;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: underline;
}

img  {
	border-style: none;
}

ul {
	list-style-type: circle;
}

ul.no_glyph {
	list-style-type: none;
	padding-left: 0;
}

.column {
	float: left;
}
	
.navigation_bar {
	padding-top: 1em;
	padding-bottom: 1em;
	border-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	text-align: center;
	font-size: 120%;
}

.navigation_bar a {
	margin-left: 1em;
	margin-right: 1em;
}

.nowrap {
	white-space: nowrap;
}

#main_title {
	text-align: center;
	color: #ffffff;
}

#main_content h1,
#main_content h2,
#main_content h3,
#main_content h4,
#main_content h5,
#main_content h6 {
	font-weight: normal;
}
