body {
background:#204;
color:#fff;
font-family:Calibri Light,sans-serif;
font-size:14pt;
}
a {
	font-family:Century Gothic,sans-serif;
	font-size:16pt;
	color:cyan;
}
h1 {
	font-family:Broadway,sans-serif;
	border:3px solid white;
	border-radius:.5em;
	width:390px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
hr {
	border: 4px double white;
	width:95%;
}
.textblock {
	height:12.5%;
}
.outblock {
	height:20%;
	margin-top:35px;
}
input {
	font-family:Calibri Light,sans-serif;
	font-size:18pt;
	font-style:italic;
	color:#fff;
	background:#204;
	border:none;
	width:25%;
}
input:focus,input:hover {
	background:#642066;
	outline-width:0;
	font-weight:bold;
	border-left:4px double white;
	padding-left:8px;
}
hr {
	padding-top:5px;
	border-top:2px solid white;
}


#update {
font-family:sans-serif;
font-size:10pt;
font-style:italic;
}
h2 {
font-family:Sitka Text,serif;
font-size:16pt;
border: 2px solid white;
width:280px;
text-align:center;
border-radius: .55em;
}
.io {
	font-style:italic;
	font-family:Calibri Light,sans-serif;
	font-size:18pt;
	width:25%;
}
.io:hover {
	background:#642066;
	outline-width:0;
	font-weight:bold;
	border-left:4px double white;
	padding-left:8px;
}
.specio {
	font-family:Sitka Text,serif;
	font-size:16pt;
}