body {
	color: black;
	font-size: 14px;
	line-height: 26px;
	background-color: white;
	margin: 0;
	background-attachment: scroll;
	background-image: url(images/base.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.date { color: #c80000; font-size: 20px; line-height: 40px; background-image: url(images/date_base.gif); background-repeat: no-repeat; background-position: center; padding-bottom: 10px; }
.title { color: #009dcd; font-size: 18px; font-weight: bold; line-height: 30px; padding-left: 10px; }
.text_base { color: #3b3b3b; font-size: 14px; line-height: 26px; background-image: url(images/line.gif); background-repeat: repeat; background-position: center top; width: 400px; padding-right: 50px; padding-left: 50px; }
.photo { border-color: white; border-width: 10px; }
.btn { }
a:link {
	color: #C33;
	text-decoration: none;
}
a:hover {
	color: #FF9D25;
	text-decoration: none;
}
a:visited {
	color: #900;
}
.small {
	font-size: 12px;
	line-height: 22px;
	color: #666;
}
