#items {
	font-size:	1em; 
        
}

.item {
	margin-top:	1.5em;
        margin-bottom:  1.5em;
        margin-left:    1.5em;
        margin-right:   3.5em;

	border-left:	1px solid #909090;
	border-right:	1px solid #909090;
	border-bottom:	1px solid #909090;

}

.item h1 {
        color:          #f0f0f0;
        background-color: #909090;
        font-size:      2em;
	font-family:	"Arial", sans-serif;
}

.item h1 a {
	text-decoration:	none;
        color:          #eeeeee;
}

.item h2 {
	display:	block;
        font-size:      1em;
}

.item h2 a {
	text-decoration:	underline;
	color:		black;
}

.itembody {
	margin: 1em;
}

