html
{
	background: black;
}

body
{
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

h1
{
	text-align: center;
	color: lightseagreen;
	text-transform: uppercase;
	padding-top: 20px;
	font-size: 2.15em;
	font-family: 'Philosopher', sans-serif;
}

h2
{
	color: lightblue;
}

article
{
	background: white;
	padding: 15px;
	padding-top: 6px;
	font-size: 20px;
}

.navbar
{
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding-bottom: 5px;
	font-size: 1.15em;
	font-family: 'Raleway', sans-serif;
}

a:link, a:visited
{
	display: block;
	width: 120px;
	font-weight: bold;
	color: white;
	background: black;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}

a:hover, a:active
{
	color: lightpink;
}

span
{
	color: red;
}

table, td, th
{
	border: 1px solid black;
	width: 100%;
	table-layout: fixed;
	background-color: white;
	font-size: 20px;
}



a.hyperlink
{
	display: inline;
	font-weight: 100;
	color: deepskyblue;
	background: white;
	padding: 0px;
	text-decoration: underline;
	text-transform: none;
	float: none;
}


.footer 
{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:cadetblue;
  color: black;
  text-align: center;
  float: none;
}

a.yes
{
	display: inline;
	font-weight: 100;
	color: deepskyblue;
	background: ghostwhite;
	padding: 0px;
	text-decoration: underline;
	text-transform: none;
	float: none;
}