body {
background:#0047a0;
color:#fff;
font-family:Californian FB,serif;
font-size:16pt;
}
h1 {
	font-family:Matura MT Script Capitals,cursive;
	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:25%;
	margin-top:35px;
}
input {
	font-family:Century Gothic,sans-serif;
	font-size:18pt;
	font-style:italic;
	color:#fff;
	background:#003980;
	border:none;
	width:25%;
}
input:focus,input:hover,textarea:focus,textarea:hover {
	background:#2663ae;
	outline-width:0;
	font-weight:bold;
	border-left:4px double white;
	padding-left:8px;
}
textarea {
	font-family:Century Gothic,sans-serif;
	font-size:18pt;
	font-style:italic;
	color:#fff;
	background:#003980;
	border:none;
	width:40%;
	height:100%
}
hr {
	padding-top:5px;
	border-top:2px solid white;
}
#invis {
	color:#0047a0;
}


#update {
font-family:Californian FB,serif;
font-size:10pt;
font-style:italic;
}
h2 {
font-family:Californian FB,serif;
font-size:16pt;
border: 2px solid white;
width:280px;
text-align:center;
border-radius: .55em;
}
.io,#phon {
	font-style:italic;
	font-family:Georgia,serif;
	font-size:14pt;
	width:30%;
}
.io:hover {
	background:#2663ae;
	outline-width:0;
	font-weight:bold;
	border-left:4px double white;
	padding-left:8px;
}
.specio,#kor {
	font-family:SimSun,serif;
	font-size:19pt;
}
table {
	width:90%;
}
#thead {
	font-family:Century Gothic,sans-serif;
}

.nounblock,.verbblock {
	border-bottom:4px double white;
	height:25%;
}