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

h2 {
	text-align: center;	
	color:white;
}
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, 0.452),#eee,rgb(126, 104, 10));
    background-image:-webkit-linear-gradient(rgba(241, 210, 32, 0.452),#eee,rgb(126, 104, 10));
    width: 350px;
    height: 100%;
    display:block;
}
#privacy {
	display:block;
/*   position:fixed;  */
	background: whitesmoke;
	top:50px;             /* of the element to the center of the */
/*	width:340px;         /* Set the popup to have a specific width/height */
   	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 */
}

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;
}

