@charset "UTF-8";

body {
    font-family: Arial, Helvetica, Sans-serif;
	font-size: 90%;
	margin: 40px;
	}
.copyup {
	text-align: center;
	font-size: 80%;
	}
legend {
	color: white;
	font-weight: bold;
	font-size: 120%;
	text-indent: 6px;
	font-style: italic;
	background-color: #000099;
	line-height: 25px;
	border-radius: 25px;
	}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #FFFFFF;
	}
.little {
	font-size: 70%;
	color: black;
	}		
.center {
	text-align: center;
	}
.centertop {
	text-align: center;
	background: linear-gradient(#245e87, #59a6c9);
	background: -webkit-linear-gradient(#245e87, #59a6c9);
	margin: 20px;
	padding: 0px 20px;
	}
table.doit {
	align: center;
}