﻿/*html for hotbox <div id="hotboxplace" ><div id="hotbx"><div id="hotbxheader">headertext here</div><div id="hotboxbody">bodytext here</div></div></div>*/




#hotbx {
	/*defines the shell of the hot box*/
font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #7B678D;
	
}



#hotbxheader {
	/*creates a header for the hot box*/
	background-color: #E3DFC2;
	font-weight: bold;
	font-size:110%;
	text-transform: uppercase;
	color: #7B678D;
	padding:3px;
	

}
#hotboxbody {/*defines body area attributes*/
margin-top:10px;	
}




