BODY {
	margin:0px 0px 0px 0px; 
	background-color: #08012D; 
	font-family: arial, helvetica, sans-serif;
	color: white;
}

#contentRight {
	width: 250px;
}

#commentsBody {
	background-color: #161E49; 
	color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}

h2 {
	font-size: 16px;       
	padding-left: 10px;
	border-bottom: 1px solid black;
}

label {
	font-size: 11px;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.enteredComments {
	background-color: #434D7A;
	padding: 5px;
	border-bottom: 2px solid black;
}

.comments-wrapper {
	background-color: #7D65A2;
	padding-left: 5px;
}