body
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	//font-family: tahoma, times, "times new roman", serif;
  font-family: 'Jockey One';
	color: #000000;
	background-color: #ffffff;
}

a:link { color: #000000; 	text-decoration: none; }
a:visited { color: #000000; 	text-decoration: none; }

a:hover, a:active
{
	color: #000000;
}

div
{
	text-align: center;
  top: 2%; 
  bottom: 98%; 
  width: 100%;
  position: absolute;
}

h2
{ 
    font-size: 2em;
    font-weight: bold;
}
