.oclbox { 
    color : #ff9936;  
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: 600; 
	font-size: small; 
	background-color: #800000;
	text-align: center; 
	text-transform: capitalize; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	border-top: 0px outset black; 
	border-left: 0px outset black; 
	border-right: 0px outset black; 
	border-bottom: 0px outset black 
	margin: 0px; 
	width: 100%; 
	float: left; 
	border: solid 1px black
}

