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

h1, h2 {
	text-align: center;
}

h1 {
	background-color: #EDEDED;
	color: gray;
	height: 1.8em;
	padding-top: 0.5em;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: double 3px gray;
	border-bottom: double 3px gray;
	text-indent: 1em;
}

#infobox {
	margin-top: 25px;
	width: 24em;
	margin-left: auto;
	margin-right: auto;
}

#infobox p {
	margin-bottom: 10px;
	line-height: 1.5em;
	padding-left: 1em;
}

.divider {
	margin: 50px auto 20px auto;
	width: 75%;
}

#impress {
	margin: 0px auto 10px auto;
	width: 70%;
}

#impress-left {
	float: left;
}

#impress-right {
	float: right;
}
	
a:link {
    color: black;
    text-decoration: underline;
}

a:visited {
    color: black;
    text-decoration: underline;
}

a:focus {
    color: gray;
    text-decoration: underline;
}

a:hover {
    color: gray;
    text-decoration: underline;
}

a:active {
    color: silver;
    text-decoration: underline;
}

.bold {
	font-weight: bold;
}
