@charset "UTF-8";
/* CSS Document */
.text_12pt {
	font-family: "Comic Sans MS";
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #808080;
	text-align: justify;
	vertical-align: top;
}
.text_16pt {
	font-family: "Comic Sans MS";
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #808080;
	vertical-align: middle;
}
h1 {
	font-size: 22pt;
	color: #808080;
	font-family: "Comic Sans MS";
	font-style: normal;
	font-weight: bold;
	letter-spacing: 3pt;
	text-align: center;
	margin-top: 100px;
}

body {
	background-color: #00003A;
	font-family: "Comic Sans MS";
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #808080;
}
h2 {
	font-size: 16pt;
	color: #808080;
	text-align:center;
}
a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #808080;
}
a:hover {
	color: #00FF00;
}
a:active {
	color: #808080;
}
.text_10pt {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #808080;
	text-align: justify;
	vertical-align: top;
}


#navi {
	margin-top: 100px;
	text-align: center;
	clear: left;
}
