html {
	overflow: scroll;
}

#container {
	padding: 0;
	text-align: left;
	width: 75%;
	background: white;
}

.bodycolour {
	background: #FFFACD;
}

h1 {
  font-family: verdana, helvetica, sans-serif;
  font-size: 20px;
}
h2 {
  font-family: verdana, helvetica, sans-serif;
  font-size: 16px;
}

ul {
  line-height: 130%;
}

p {
  line-height: 130%;
}


.bodytext {
  font-family: verdana, helvetica, sans-serif;
  font-size: 12px;
  line-height: 130%;
}

.copyright {
  font-family: verdana, helvetica, sans-serif;
  font-size: 10px;
}

.activelink {
	background: #FFFFFF;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	width: 10em;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	BORDER-LEFT: 1px solid;
	BORDER-RIGHT: 1px solid;
	BORDER-BOTTOM: 1px solid;
	BORDER-TOP: 1px solid;
	BORDER-COLOR: #e68200;
}
.link {
	background: #990033;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	color: white;
	width: 10em;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	BORDER-LEFT: 1px solid;
	BORDER-RIGHT: 1px solid;
	BORDER-BOTTOM: 1px solid;
	BORDER-TOP: 1px solid;
	BORDER-COLOR: #e68200;
}

