body {
	text-align: center
}

a:link {
	color: #000000;
	text-decoration: none
}

a:visited {
	color: #000000;
	text-decoration: none
}

a:hover {
	color: #0061c3;
	text-decoration: underline
}

a:active {
	color: red
}

hr {
	width: 50%;
	height: 1px;
}

.contentbox {
	background: #ddeeff;
	border: #007fff 1px solid;
	margin: auto;
	width: 400px;
}

.topbar {
	padding: 3px;
	background: #a4d1ff;
	margin: auto;
	border-bottom: #007fff 1px solid;
}