body {
	background-color: #fcc;
	padding: 0px;
	margin: 0px;
	color: #300;
	font-family: "fira-sans" ,sans-serif;
	}
a {
	color: #633;
	text-decoration: none;
	}
.covert {
	color: #300;
	}
.covert:hover {
	cursor: text;
	}
.popup {
	display: none;
	position: absolute;
	top: 0px;
	border-width: 2px;
	border-style: solid;
	border-color: #300;
	background-color: rgba(255,192,192,1);
	width: 25%;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
	z-index: 100;
	}
#all {
	position: fixed;
	height: 100%;
	width: 100%;
	}
#topbar {
	background-color: #fdd;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	opacity: 0.9;
	position: fixed;
	top: 0;
	width: 100%;
	height: 20px;
	z-index: 100;
	}
#main {
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	border-radius: 15px;
	width: 75%;
	height: 77%;
	text-align: center;
	background-color: rgba(255,208,208,0.8);
	font-size: 20pt;
	overflow-x: hide;
	overflow-y: scroll;
	top: 100px;
	position: relative;
	margin: auto;
	box-shadow: 10px 10px 5px #999;
	}
.toplink {
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	position: relative;
	font-weight: bold;
	font-family: fira-sans, serif;
	font-size: 16pt;
	color: #000;
	}
.mainbox {
	width: 100%;
	height: 100%;
	display: block;
	}
#splash
	{
	width: 100%;
	height: 100%;
	text-align: center;
	}
#splashbox {
	border-width: 2px;
	border-color: #000;
	background-color: #fcc;
	border-style: solid;
	vertical-align: middle;
	padding: 5px;
	margin: left;
	position: relative;
	top: 80%;
	font-family: sanvito-pro-display, serif;
	font-size: 40pt;
	}
.error {
	color: #900;
	font-size: 25px;
	border-width: 2px;
	border-style: solid;
	border-color: #900;
	padding: 5px;
	}
input,textarea {
	font-size: 20px;
	}
