body { background: Black;  font-family: "Georgia", "Times New Roman", "Times", "serif";
color: white;
font-weight: 600;
}

.Head1{
font: 
	color: white;
	font-size: large;
}

.Head2{
	font-family : "Times New Roman";
	font-size : larger;
	line-height : 120%;
}
.Head2_black{
	font: larger;
	color: black;
}		
	

.webmaster {
	font-size : x-small;
}


.BlackText{
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	color: black;
	;
}

.invisible{
		visibility: hidden;
}

img {
	border: medium Black;
	
}

.tableCentred {
	text-align : center;
	border: thin; 
	
}
A:link {
	color: white;
	text-decoration: none;
}
A:visited {
	color: White;
	text-decoration: none;
}
A:hover {
	color: Red;
	font-weight : bold;
}
.sides{
	background-color : #70A6C7;
}
