@charset "utf-8";
/* CSS Document */

body {
	background-color: #0000CC;
}
.header {
	font-family: "Lucida Calligraphy";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.top {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

a:hover {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	font-family: "Lucida Calligraphy";
}
.tittle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
hr {
	color: #0000CC;
}

.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.bottom {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

