body {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 54px;
	font-family: 'Prociono', serif;
}

#list {
	margin: 0 auto;
	width: 250px;
	padding: 10px;
}

hr {
	margin: 0;
	margin-top: 3px;
	height: 0px;
	border: 0px;
	border-top: 1px dotted #000;
}

h1 {
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1.5px;
}

a, a:visited {
	display:block;
	text-decoration: none;
	color: #000;
	height: 45px;
	width: 100%;
	line-height: 45px;
	border-bottom: 1px solid #f0f0f0;
}

a:hover {
	background: #4e7398;
	color: #fff;
	border-bottom: 1px solid #4e7398;
}

a:active {
	background: #ffc000;
}

ul {
	margin-left: -40px;
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	list-style: none;
	text-align: center;	
}

#copyright {
	text-align: right;
	font-size: 8px;
	margin-top: 15px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #c0c0c0;
}
