/* CSS Document */
body {
	width:90%;
	margin-right:auto;
	margin-left:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
h1 {
	border: 1px solid #CCC;
	padding: 0.25em;
	color: #666;
}
h3 {
	color:#3C678A;
	border-bottom:1px solid #3C678A;
	padding:3px;
}
h3 span.date {
	font-size: small;
	font-style: italic;
	font-weight: normal;
}
.small {font-size:small;}
.alert {color: #F00}