@charset "utf-8";
/* CSS Document */
body {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}

.divider {
	background-color:#000000;
	height:3px;
}

h3 {
	color:#990000;
	font-size:18px;
	font-weight:bold;
	padding-left: 3px;
}

.smaller {
	font-size:10px;
	color:#333333;
}

.little {
	font-size:12px;
	color:#333333;
}

.content {
	border:thin;
	border-style:solid;
	border-color: #666666;
}

.mvpstuff {
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}