* {
	//padding: 1em;
}

html, body {
	height: 100%;
}

body{
	text-align: left;
	/*background: #E57615;*/
	background: #fff8fff;
	//color: black;
	color: #303030;
	font-family: helvetica;
	font-size: 14;
	margin-left: 30px;
	padding-top: 50px;
//    line-height: 100%;
}

h2 {
	color:#285E78;
}
	
a {
	text-decoration: underline;
	color: #303030;
//	color: #84E515;
	}
	
a:hover {
//	text-decoration: underline;
	color: #E5DE15;
//	color:  #A8A8A8;
} 

a:hover:visited {
//	text-decoration: underline;
	color: #E5DE15;
//	color:  #1584E4;
} 

a:visited{
	color: #B01065;
//	color: #E51584;
//	color: #1584E4;	
	}


div {
	padding-bottom: 20px;
	margin: 0px;
	}

p {
	padding-bottom: 10px;
	margin: 0px;
	font-size: 14;
	line-height: 110%;
	}
	
p.header {
	font-size: 18;
	padding-top: 0px ;
	padding-left: 0px ;
	padding-bottom: 20px ;		
	text-decoration: none;
	}
	
	
ul {
	padding-bottom: 6px;
	margin: 0px;
	font-size: 14;
	}
	
li {
	padding-bottom: 6px;
	margin: 0px;
	font-size: 14;
	}
	
p.header {
	font-size: 22;
	padding-top: 0px ;
	padding-left: 0px ;
	padding-bottom: 20px ;		
	text-decoration: none;
	}
	
		
p.title {
	//font-style: italic; - don't do this as it italicises whole line
	font-size: 16;
	padding-left: 0px ;
	padding-top: 10px ;
	padding-bottom: 4px ;
	}
	
p.info {
	//background: green;
	font-size: 14;
	padding-left: 10px ;
	padding-bottom: 2px ;
	}
	
img {
  float: right;
}
	
table {
	padding-left: 0px ;
	margin: 0px;
	font-size: 14;
	line-height: 110%;
}
	
