body { 
	background-color: rgb(0, 0, 0);
}

div.title { 
	text-align: center;
	padding: 0pt;
	margin-bottom: 5px;
	font-family: verdana;
	color: white;
	font-size: 170%;
	font-weight: bold;
	background-color: rgb(0, 0, 0);
	volume: 50;
}

div.box { 
	border: thick solid rgb(170, 17, 0);
	padding: 0pt;
	margin-bottom: 5px;
	margin-right: -5px;
	margin-left: -5px;
	font-family: verdana;
	width: 100%
}

div.boxTitle { 
	color: white;
	font-size: 70%;
	font-weight: bold;
    	background-color: rgb(170, 17, 0);
}

div.boxContent { 
	padding: 5px;
	font-size: 60%;
	background-color: orange;
}

div.footer { 
	color: white;
	text-align: center;
	padding: 5px;
	font-size: 60%;
	background-color: #000;
	align=center;
}


