.header
{
	font-family: Arial Black,Helvetica,sans;
	font-size: 28px;
	weight: bold;
	height: 80px;
	background-color: #39C;
	display: block;
	clear: both;
}

.itembox
{
	clear: both;
	border-color: gray;
	border-width: thin;
	width: 90%;
/*	display: block; */
	border-style: solid;
	margin: 2% 5% 2% 5%;
}

.itembullet
{
	width: 40px;
}

.item {
}

