html {

}

body {
	background-image: url('/images/suriflagsky.jpg');
	background-repeat: no-repeat;
	background-color: #4778b3;
	background-size: 100%;
}

* {
	font-family: verdana;
	font-size: 10pt;
	color: #ffffff;
}

b {
	font-weight: bold;
}

table {
	height: 50%;
	border: 1px solid #ffffff;
}

td {
	text-align: center;
	padding: 25;
}