BODY {
	overflow: auto;
	background-color: white;
	color: black;
	font-size: .8em;
	font-family: arial, verdana, sans-serif;
	margin: 20px 20px 0px 25px;
	text-align: center;	
}
DIV.box {
	width: 330px;
}
DIV.header {
	text-align: center;	
}
DIV.paragraph {
	margin: 20px 0px 0px 2px;
	text-align: left;	
}
DIV.image {
	width: 115px;
	float: left;
}
DIV.text {
	margin-left: 135px;
	height: 115px;	
}
DIV.text-detail {
	margin-top: 20px;
}
DIV.spacer {
	font-size: 1;
}
DIV.date {
	font-weight: bold;
	color: #727272;	
}
DIV.title {
	font-weight: bold;	
}
DIV.navigation {
	margin-top: 10px;
	text-align: center;
}
DIV.navigation A {
	color: #b0b0b0;
	text-decoration: none;
	vertical-align: middle;
	letter-spacing: .1em;
}
DIV.navigation-detail {
	text-align: center;
	margin-top: 50px;	
}
DIV.navigation A:hover, DIV.navigation-detail A:hover {
	color: red;
}	
DIV.navigation-detail A {
	color: black;
	text-decoration: none;
	font-size: .9em;	
}	
