a {
	color: #2be2e2;
}
a:hover {
	text-decoration: underline;
}
.bar {
	font-size: 50%;
}
.bar a {
	text-decoration: none;
}
.bar a:hover {
	text-decoration: underline;
}
body {
	background-color: #006e6c;
	color: white;
	font-family: sans;
}
div {
	background-repeat: no-repeat;	
}
.divider {
	background-color: white;	
	height: 1px;
}
.title {
	color: white;
	font-size: 250%;
	font-weight: bold;
}
