html, body {
	height: 100%;
}

body {
	background-color: #000000;
	font-family: "Calibri";
	color: #FCFCFC;
	font-size: 14pt;
}

p	{
  text-align: center;
}

#warning {
  font-size: 14px;
	color: #FFFF00;
}

header {
  border-radius: 20px;
  background: #000080;
  text-align: center;
	font-size: 60pt;
  padding: 0px;
  text-align: center;
	border: #000080 1px solid;
	margin-bottom: 5px;
}

nav {
  border-radius: 20px;
  background: #000080;
  padding: 0px;
  text-align: center;
	border: #000080 1px solid;
	margin-bottom: 5px;
}

main {
  border-radius: 20px;
  background: #000080;
	padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 50px;
  padding-right: 50px;
	font-size: 14pt;
	border: #000080 1px solid;
	margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
}

section {
}

article {
  
}

footer {
  border-radius: 20px;
  background: #000080;
  padding: 0px;
	text-align: center;
	border: #000080 1px solid;
	margin-bottom: 5px;
	font-size: 14px;
}

nav ul {
	text-align: center;
}

nav ul li {
  display: inline;
  margin: 10px;
}

#img {
	border: #000000 3px solid;
}

a:link {
	text-decoration: none;
	color: #3399ff;
}

a:hover {
	text-decoration: none;
	color: #00BBFF;
}

h1, h2, h3 {
	font-weight: bold;
	text-align: center;
}
