#brochure_box {
	width: 130px;
	height: 85px;
	border: solid 2px white;
	background-color: #0B2055;
	color: white;
	float: right;
	margin: 5px;
	}
#brochure_box DIV { 
	padding: 10px;
	margin-top: 15px;
	}

#brochure_box A, #brochure_box A:visited {
	text-decoration: none;
	font-size: 110%;
	}
	
#brochure_box A:hover {
	text-decoration: underline;
	}