body {
	margin-top: 1em;
	background-color: white;
}

p {
	text-align:center;
	margin-bottom:1em;
}

a {
	color: blue;
	text-decoration: underline;
}

#header {
	text-align: center;
}

#menu {
	text-align:center;
	margin-bottom:2.5em;
	margin-top: 0em;
	font-family: Arial, sans-serif;
	color: #505050;
}

#footer {
	text-align:center;
	font-size:x-small;
	font-family: Arial, sans-serif;
	color: gray;
	margin-top:6em
}

.urhere {
	background-color:#89459D;
	color: white;
	text-decoration: none;
}

.highlight {
	background-color: yellow;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.highlight2 {
	background-color: #66ffff;
	text-decoration: none;
	font-weight: bold;
	color: black;
}