html{
	height: 100%;
}
body{
	background-image: url("BG.png");
	background-repeat: repeat;
	font-size: 100%;
	background-color: black;
	background-attachment: fixed;
	color: white;
	height: 100%;
}

p{
	font-family: "Verdana", sans-serif;
	font-size: 1.4em;
	color: white;
	padding-left: 50px;
	text-indent: 50px;
}

h1{
	font-family: "Verdana", sans-serif;
	font-size: 3em;
	text-indent: 50px;
}


h4{
	font-family: "Verdana", sans-serif;
	font-size: 0.8em;
	padding: 20px;
	text-align: center;
}


a{
	color: white;
	text-align: center;
}
table,td,th{
	border-style: solid;
	border-color: #003344;
	margin-left: auto;
	margin-right:auto;	
	font-family: "Verdana", sans-serif;	
}
td,th{
	padding: 5px;
	width: 200px;
}
th{
	font-size: 1em;
}
td{
	font-size: 0.8em;
	text-align:center;
}
div.container{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}