*{
	border: 0;
	margin: 0;
	padding: 0;
}

html {
  background-color: #00539F;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  margin: auto;
  padding: 2em;
}

a {
	color: #57ABB8;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #F60;
}

h2 {
	font-size: 2.25em;
	color: #466d53;
	font-family: Verdana;
	text-align: center;
}

body {
  width: 90%;

  background-color: #FF9500;
  margin: auto;
  padding: .5em;
  border: .02em solid black;
}
nav {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

nav ul {
	list-style: none;
}

nav li {
	display: inline-block;
	padding: 0.1em;
	vertical-align: top;
}

nav a {
	background: #FFF;
	border: 0.1em solid #57ABB8;
	border-radius: 0.25em;
	color: #F60;
	font-family: Helvetica, Verdana;
	font-size: 1.4em;
	padding: 0.2em;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

nav a:hover {
	background: #40bb1c;
	border: 0.1em dashed #F60;
	border-radius: 0 0.5em 0 0.5em;
	color: #FFF;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

img {
  display: block;
  margin: 0 auto;
  padding-bottom: 2em;
  max-width: 90%;
}

table
{
	border: .2em solid #F60;
	border-radius: 1em;
	display: table;
	font-family: Helvetica,Verdana;
	font-size: 1.5em;
	margin-left: auto;
	margin-right: auto;
	padding: .5em;
	width: 95%;
}

table td
{
	border: .1em solid #212121;
	border-radius: .5em;
	padding-left: 1em;
	word-wrap: break-word;
}

table tr
{
	background: gray;
}

table tr:nth-child(even) 

{
	background: lightgray;
}

table thead tr
{
	background: transparent;
}