/* CSS Document */
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
DIV#content {
	width:480px;
}
DIV#content P {
	line-height: 20px;
	padding-left:5px;
	padding-right:40px;
}
DIV#content A {
	COLOR: #016b9e;
	text-decoration: underline;
}
DIV#content A:hover {
	COLOR: #000000;
	text-decoration: none;
}
.magazine-image {
	background: #fff;
	border: 1px #eee solid;
}
.magazine-image img {
	padding: 0px;
	background: #fff;
	margin: 1px;
	border: 1px #eee solid;
}
