﻿body {
	font-family: arial, helvetica, sans-serif;
	background: #D1570D;
	color: #FDE792;
	overflow: auto;
}

#bar {
	text-align: center;
	font-size: 1em;
}

#bar a:hover {
	border: 1px dotted lime;
}
