body {
	min-width: 600px;
	height: 100%;
  margin: 0;
  padding: 0; 
  padding-top: 10px;
  text-align: center; 
  font: 14px 'Gill Sans','Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}

p.title
{
	color: #444444;
	font: 36px 'Gill Sans','Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}

.river
{
	color: #444444;
}

.small
{
	font-size: 12px;
}

div.centred
{
	//position: absolute;
	//top: 15% absolute;
	//left: 19.5%;
//	align:center;
//	width: 55%;
	//height: 50%;
	padding: 3.5%;
	padding-top: 3%;
	text-align:left;
	height: 100%;
	width: 600px;
	margin:0 auto;
	//margin-bottom: 40;
	margin-top: 20;
	background-color: white;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
}

p {
	font-size: 14px
}

table {
	font-size: 14px
}

a, a:hover, a:active {
  color: #303080
}

a:hover {
  background-color: #303080;
  color: white;
  text-decoration: none;
}

