body  {
	margin: 0 auto;
	padding: 0px;
	background-color: #000000;
	background-image: url("https://cdn.nph-network.co.uk/sites/unistash/static/images/content-background.png");
	background-repeat: repeat;
	background-position: center top;
	font-family: "Ubuntu",sans-serif;
	line-height: 1.3;
	min-width: 1100px;
}
h1 {
	margin: 10px;
	font-size: 32px;
	text-decoration: underline;
}
h2 {
	margin: 10px;
	font-size: 22px;
	font-weight: normal;
}
h3 {
	position: absolute; 
	top: 0; 
	right: 0; 
	margin: 10px;
	font-size: 18px;
	text-align: right;
	font-weight: normal;
}
div.socials {
	position: absolute; 
	top: 30px; 
	right: 0; 
	margin: 10px;
}
div.socials img {
	width: 50px;
}
p {
	margin: 10px;
	font-size: 16px;
}
p.footer {
	margin: 3px;
}
p.footeraddr {
	margin-left: 3px;
	font-style: italic;
}
span.red {
	color: #b00000;
}
a, a:before, a:visited {
	color: #0000ff;
}
a:hover {
	color: #ffffff;
}
hr {
	background-image: url("https://cdn.nph-network.co.uk/sites/unistash/static/images/hr.png");
    background-repeat: repeat-x;
    background-position: center top;
	box-shadow: 0px 0px 1px #ffffff;
	height: 16px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
table {
	width: 98%;
	margin: 1%;
}
th, td {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
th {
	font-size: 18px;
    color: #ff0000;
}
tr:nth-child(even){
	background-color: #bfbfbf;
}
tr:nth-child(odd){
	background-color: #cccccc;
}
tr:hover { 
	background-color: #d9d9d9;
}
th:nth-child(1){
	width: 3%;
}
th:nth-child(2){
	width: 50%;
}
th:nth-child(3){
	width: 7%;
}
th:nth-child(4){
	width: 40%;
}