@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}

.strongred {
	color: #5F2519;
	font-size: 15px;
}
.red {
	color: #722C1E;
	font-size: 14px;
	font-weight: bold;
}
h2.strongred {
	font-size: 15px;
}

a {
	color: #996600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#footer {
	color: #5F2519;
}