@charset "UTF-8";
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #960D00;
}
/* CSS Document */

.middle {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2f0103;
	color: #000000;
	font-family: Arial;
	font-size: 14px;
}
.thmb-stroke {
	border: 2px solid #000000;
}
a:link {
	color: #2f0103;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2f0103;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #2f0103;
}
a {
	font-weight: bold;
}