/* CSS Document */

@font-face {
	font-family: news-gothic;
	src: url(/css/NEWS_GO1.TTF);
}
html, body {
	font-family: news-gothic;
	border: 0;
	padding: 0;
	color: #EEEEEE;
	background-color: #CABFAC;
	background-image: url(/images/back4.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}
a:link {
	color: #7EE873;
}
a:visited {
	color: #33D022;
}
a:hover {
	color: #0F9;
}
a:focus {
	color: #0F9;
}
a:active {
	color: #7EE873;
}
h1 {
	color: white;
}
h2 {
	color: white;
}
h3 {
	color: white;
	margin: 6pt 0pt 3pt 0pt;
	text-align: center;
}
h4 {
	color: white;
	text-align: center;
}
h5 {
	color: white;
}
h6 {
	color: white;
	margin: 6pt 0pt 3pt 0pt;
	font-size: 14px;
	text-align: center;
}
hr {
	width: 50%;
	height: 1px;
	border: 1px white solid;
}
img {
	border: 0px;
}
td, tr, table {
	background-image: url(/images/1pxtransparentback60percent.png);
	background-repeat:repeat;
	/*moz-border-radius: 40px;
	webkit-border-radius: 40px;
	border-radius: 40px; /* future proofing */
	/*khtml-border-radius: 40px; /* for old Konqueror browsers */
}
#fakeiframe {
	width: 830px;
	height: 1000px;
	overflow: scroll;
}
.question {
	color: #EEE;
	margin: 6pt 0pt 0pt 0pt;
	text-align: center;
	font-size:18px;
	font-weight:bold;
}
.answer {
	color: #FF9;
	margin: 6pt 0pt 0pt 0pt;
	text-align: center;
	font-size:16px;
	font-style: italic;
}
.answerlist {
	color: #F93;
	margin: 6pt 0pt 0pt 0pt;
	text-align: center;
	font-size:14px;
}

