/* ARTICLE TEXT MANAGEMENT */

#content_body {
	font-size: 12px;
	line-height: 150%;
	padding: 1em;
	text-align: justify;
	word-spacing: 2px;
}

#content_body h5 {
	color: #333;
	font-size: x-small;
	font-weight: bold;
	margin-bottom: 0;
}

.author {
	font-size: x-small;
	font-weight: bold;
}

.head_title {
	background: #ccc;
	font-size: small;
	text-align: center;
}

.info {
	background: #ccc;
	clear: both;
	color: #333;
	font-size: x-small;
	font-style: italic;
	line-height: 120%;	
	margin-top: 0;
	padding: .2em;
}

.info p {
	margin: .2em .5em;
}


/* LAYOUT MANAGEMENT */

body {
	background: #fff;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

body a {
	color: #666;
	text-decoration: none;
}

body a:hover {
	background: #cf3;
	color: #000;
	text-decoration: none;
}

#main {
	background: #f7f7f7;
	width: 100%;
}

main img {
	display: block;
}

#footer {
	background: #ccc;
	border-top: 1px dotted #666;
	color: #fff;
	font-size: xx-small;
	height: 20px;
	padding-top: 1em;
	text-align: center;	
}
