<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "windows-874";
/* CSS Document */

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td {
	margin:0px; padding:0px;
}

h2 {
	color:#03C;
	font-size:14px;
}

h3 {
	color:#000;
	font-size:26px;
}

h4 {
	font-size:14px;
	font-weight:bold;
}

h5 {
	font-size:14px;
	font-weight:100;
}

h6 {
	font-size:18px;
	font-weight:bold;
}

p {
	font-size:12px;
}

body {
	background-color:#fff;
	background-image: url(../img/newboard_bg.jpg);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding-bottom:30px;
}

#logo {
	display:block;
	width:1000px;
	height:150px;
	background-image:url(../img/logo-newboard.jpg);
}

#logo a {
	margin-left:40px;
	margin-top:20px;
	display:block;
	width:480px;
	height:110px;
}

#logo span { display:none; }

#subject { margin-top:20px; }

#rules { 
	margin-top:15px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	border:#2c372e 1px solid;
}

.table-top {
	padding-top:3px;
}

#content {
	background-color:#c7e19e;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	border:#2c372e 1px solid;
}

.table-padding {
	padding:5px;
}

#content a {
	text-decoration:none;
}

#content a:hover {
	color:#900;
}

/*div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}*/

#subject-box {
	margin-top:15px;
}

#answer-box {
	margin-top:20px;
}

#content-1 {
	background-color:#9dca5d;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	border:#2c372e 1px solid;
}
</pre></body></html>