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


body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

a:link, a:visited, a:active {
	color:#000;
	text-decoration:none;
}      /* unvisited link */

a:hover {
	color:#f03;
	text-decoration:underline;
}  /* mouse over link */

.time {
	font-size: 16px;
}
.menu {
	font-size: 16px;
	text-align: center;
	color:#FFF;
}

a.menu:link, a.menu:visited, a.menu:active {
	color:#fff;
	text-decoration:none;
}      /* unvisited link */

a.menu:hover {
	color:#f03;
	text-decoration:underline;
}  /* mouse over link */
.body_text {
	text-align: justify;
	font-size:14px;
}
