body {
	background-color:black;
	background-image:url("../../graphics/background/bgimage.jpg");
	background-position:center center;
	background-repeat:no-repeat;	
	background-attachment: fixed;
	margin-top:50px; margin-bottom:50px;
	margin-left:80px; margin-right:80px;
	font-family: Verdana, Helvetica, Arial;
	font-size:14px;
	color:#A0A0F0; 
}

a:link {
	color:#A0A0F0;
}
a:active {
	color:#A0A0F0;
}
a:visited {
	color:#A0A0F0;
}
a:hover {
	color:black;
	background-color:#A0A0F0; 
}

p {
	text-indent:26px; text-align:justify;
}
p.poem {
	text-indent:0px; text-align:center;
}
p.noindent {
	text-indent:0px;
}
p.timestamp {
	color:#40A040;
	text-align:right;
}

.forum-title {
	text-indent:0px; 
	text-align:center;
	font-size:30px; 
	font-weight:700; 
	color:#40A040;
}
.forum-subtitle {
	text-indent:0px; 
	text-align:center;
	font-size:16px; 
}
.article-title {
	text-indent:0px; 
	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:14px;
}
tr.content {
	background-color:black;
	font-family: Verdana, Helvetica, Arial;
	font-size:14px;
}
td {
	font-family: Verdana, Helvetica, Arial;
	font-size:14px;
}

hr {
	color:#A0A0F0; height:1px;
}
hr.type2 {
	color:#A0A0F0; height:1px; width:500px;
}