/******************************************/
/* Copyright © 2020 Coeus Computing,LLC. */
/*          All rights reserved           */
/*                                        */
/*      Author: Houston Oglethorpe        */
/******************************************/

h2 {
	text-align: center;	
	color:black;
}
body
{
	background:#333366;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:12pt;
/*	text-align:center;  */
}
#viewport  {
    background-image:-moz-linear-gradient(rgba(241, 210, 32, 1.0),#eee,rgb(126, 104, 10));
    background-image:-webkit-linear-gradient(rgba(241, 210, 32, 1.0),#eee,rgb(126, 104, 10));
    width: 350px;
    height: 100%;
    display:block;
}
#terms {
	display:block;
	background:white;
	left:5px;            /* left and top here position top left page */
   	top:10px;             /* of the element to the center of the */
   	border:2px solid #000;
   	border-radius: 5px;
   	z-index:1000;      /* Set z-index to 1 more than that of the overlay so the popup is over the overlay */
}

#footer
{
	width:640px;
	clear:both;
	color:#999999;
	text-align:center;
	width:640px;
	padding-bottom: 15px;
	font-size: 85%;
}

#bottom
{
	display:block;
	height:10px;
	margin:0 auto;
	width:650px;
}

h1
{
	background-color:#666699;
	margin:0;
	min-height:0;
	padding:0;
	text-decoration:none;
	text-indent:-8000px;
	
}
#back {
    display: block;
    background-color: blue;
    font-weight: bold;
    color: white;
    border:3px solid #0000ff;
    border-radius: 10px;
}

