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

/* Formatting for the links.
Note: the hover changes background colour. */
a  {
	display: inline;
	background-color: transparent;
	color: white;
	font-size: 0.70em;
	font-weight: bold;
	margin: 0px 1px 0px 0px;
	padding: 3px 3px 3px 1px;
	text-decoration: none;
}

a:visited  {
	background-color: #663366;
	color: inherit;
}

a:hover, a:focus {
	background-color: #3366ff;
	border-style: solid;
	border-color: silver;
	border-width: 1px 3px 3px 1px;
	color: inherit;
	padding: 2px 0px 0px 0px;
}

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