body {
	background-color: #660033;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
}

/* Formatting for the information section */
.infoSect{
	font-weight: bold;
	font-size: 110%;
	height: 130px;
	margin: 3.75em 0px 0px 0px;
	padding: 3px;
	width: 150px;
}

div.hitCounter {
	margin: 1.5em 0em 0em 0em;
	text-align: center;
}

div.hitCounter a {
	background-color: transparent;
	color: inherit;
	border: 0;
	padding: 0;
}

div.hitCounter img {
	float: none;
	margin: 0;
	padding: 0;
}

/* Formatting for the links.
Note: the hover changes background colour. */
ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

a  {
	background-color: transparent;
	border-color: white;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	color: white;
	display: block;
	font-size: 0.65em;
	font-weight: bold;
	margin: 0;
	padding: 3px 3px 3px 8px;
	text-decoration: none;
	width: 140px;
}
a:visited  {
	background-color: #663366;
	color: inherit;
}
a:hover, a:focus {
	background-color: #3366ff;
	border-color: silver;
	border-width: 1px 3px 3px 1px;
	color: inherit;
	padding: 3px 0px 1px 7px;
}

.emphasize {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
}
