html {
	overflow-x:hidden;
	overflow-y:auto;
}
body {
	background-image:url("../graphics/misc/space.gif");
	margin-top:50px; margin-bottom:50px;
	margin-left:50px; margin-right:50px;
	font-family: Verdana, Helvetica, Arial;
	font-size:12px;
	color:#A0A0F0; 
}

a:link {
	color:#A0A0F0;
}
a:active {
	color:#A0A0F0;
}
a:visited {
	color:#A0A0F0;
}
a:hover {
	color:black;
	background-color:#A0A0F0; 
}
a.person:link {
	color:orange;
}
a.person:active {
	color:orange;
}
a.person:visited {
	color:orange;
}
a.person:hover {
	color:black;
	background-color:orange; 
}

.highlight {
	color:orange;
}

.forum-title {
	text-align:center;
	font-size:30px; 
	font-weight:700; 
	color:#40A040;
}
.forum-subtitle {
	text-align:center;
	font-size:16px; 
}
.article-title {
	text-align:center;
	font-size:24px; 
	font-weight:700; 
	color:#40A040;
}
.center {
	text-align:center;
}
.no-bottom {
	margin-bottom:0px;
}
.no-top {
	margin-top:0px;
}

table.content {
	background-color:#A0A0F0;
}
tr.head {
	background-image:url("../graphics/misc/headbg.jpg");
	color: #A0A0F0;
	font-family: Verdana, Helvetica, Arial;
	font-size:12px;
}
tr.content {
	background-color:black;
	font-family: Verdana, Helvetica, Arial;
	font-size:12px;
}
td {
	font-family: Verdana, Helvetica, Arial;
	font-size:12px;
}

hr {
	color:#A0A0F0; height:1px;
}
hr.type2 {
	color:#A0A0F0; height:1px; width:500px;
}

.input1 {
	border:1px #40A040 solid; 
	background-color:black; color:#A0A0F0;
	font-family: Lucida Console, Helvetica, Arial;
	height:18px;
	font-size: 12px;
}
textarea {
	border:1px #40A040 solid; 
	background-color:black; color:#A0A0F0;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	scrollbar-face-color:#40A040;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-3dlight-color:#40A040;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#000000;
}
.button1 {
	border:1px #40A040 solid; 
	background-color:black; color:#A0A0F0;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
}
p.date {
	 text-align:left; color:#A0F0F0; background-color:#606060; text-indent:0pt;
}
