body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.nav {
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
}
a.navlink:link {
	color: #000;
	text-decoration: none;
	padding-right: 28px;
	padding-left: 28px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	line-height: 18px;
	padding-top: 20px;
}
h2 {
	font-size: 28px;
	font-style: italic;
	color: #FF0A89;
	font-weight: bold;
}
a:link {
	color: #FF088A;
	text-decoration: none;
}
a:visited {
	color: #FE0988;
}
a:hover {
	color: #9B0052;
	text-decoration: underline;
}
a:active {
	color: #9B0052;
	text-decoration: underline;
}
.navon {
	color: #FFF;
	padding-right: 28px;
	padding-left: 28px;
}
a.navlink:visited {
	color: #000;
	text-decoration: none;
}
a.navlink:hover {
	color: #333;
	text-decoration: underline;
}
a.navlink:active {
	color: #333;
	text-decoration: underline;
}
.question {
	list-style-type: upper-roman;
	font-weight: bold;
	color: #FE0988;
	font-variant: normal;
	font-style: italic;
}
.answer {
	font-size: 12px;
	color: #666;
	text-indent: 20px;
}
.newstable {
	background-color: #EAEAEA;
	border: 1px solid #FF088A;
	padding: 5px;
}
.newsmaincell {
	padding: 5px;
}
.homemaincell {
	padding-top: 5px;
}
.newstableheadcell {
	background-color: #FE0988;
	font-size: 18px;
	color: #FFF;
	padding: 5px;
}
.noticetable {
	background-color: #010101;
	color: #FFFFFF;
	border: 2px solid #FF088A;
	font-size: 14px;
	width: 550px;
}
