body {
	margin-left: 10%;
	margin-right: 10%;
	background-color: 000000;
}

.main {
	color: C0C0C0;
	text-align: center;
	font: bold 13px arial, sans-serif;
}

.nocenter {
	color: C0C0C0;
	text-align: left;
	font: bold 13px arial, sans-serif;
}

.comment {
	color: C0C0C0;
	text-align: left;
	font: bold 13px arial, sans-serif;
}

.reply {
	color: C0C0C0;
	text-align: left;
	font: bold 13px arial, sans-serif;
	margin-left: 30px;
}

.bobthehobo {
	color: C0C0C0;
	text-align: left;
	font: bold 13px arial, sans-serif;
	margin-left: 75px;
	margin-right: 75px;
}

.noticeme {
	color: FF0000;
	text-align: center;
	font: bold 18px arial, sans-serif;
}

.title, .title a , .title a:hover {
	color: C0C0C0;
	text-align: center;
	font: bold 18px arial, sans-serif;
}

/*.question {
	background-image: url(http://media.thetragicend.net/img/question.png);
	background-repeat: repeat-x;
}

.answer {
	background-image: url(http://media.thetragicend.net/img/answer.png);
	background-repeat: repeat-x;
}*/



a {
	outline: none;
	color: 006600;
	text-decoration: none;
}

a:hover {
	outline: none;
	color: FF0000;
	text-decoration: none;
	
}

a:active {
	outline: none;
	color: FFFF00;
	text-decoration: none;
}

input.textinput {
	font: bold 13px arial, sans-serif;
    color: CBCBCA;
    background-color: 000000;
    border: 1px solid;
    border-top-color: C5C5C5;
    border-bottom-color: 868686;
    border-left-color: 969696;
    border-right-color: 969696;  
}

textarea.textinput {
    font: bold 13px arial, sans-serif;
    color: CBCBCA;
    background-color: 000000;
    border: 1px solid;
    border-top-color: C5C5C5;
    border-bottom-color: 868686;
    border-left-color: 969696;
    border-right-color: 969696;
}