body {
    background-color: #FFF;
	text-align:center;
}

h1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 36px;
    font-weight:bold;
    color:black;
}
h3 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
    font-weight:bold;
    color:white;
}
.construction{
	width:156px;height:156px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('construction.gif');
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    border-radius: 5px;
}
.ukflag{
	//position:absolute;top:0px;left:0px;
	float:left;
	width:68px;height:50px;
    margin: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('UK.GIF');
}
.tabley {
	border:2px solid gold;
	width:205px;height:120px;
    background:#007700;
    margin: 5px;
    padding:8px;
    text-align:center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
    font-weight:bold;
    color:black;
    border-radius: 5px;
}