@charset "utf-8";
/* CSS Document */

h1 {
	font-weight: normal;
	font-size: 22px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #665551;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	padding: 10px 0px;
	margin: 0;
}

h3 {
	font-weight: normal;
	font-size: 18px;
	padding: 0px;
	margin: 0;
}

h4 {
	font-size: 12px;
	margin: 0;
	margin-left: 15px;
	font-weight: normal;
	padding: 10px;
}

.linkstyle { text-decoration: none; }

.linkstyle a:link { text-decoration: none; color: #0066CC; }
.linkstyle a:visited { text-decoration: none; color: #0066CC; }
.linkstyle a:hover { text-decoration: none; color: #0066CC; }
.linkstyle a:active { text-decoration: none; color: #0066CC; }

.read_more {
	float: right;
	margin-top: 10px;
}

.read_more a:link { text-decoration: none; color: #0066CC; }
.read_more a:visited { text-decoration: none; color: #0066CC; }
.read_more a:hover { text-decoration: none; color: #0066CC; }
.read_more a:active { text-decoration: none; color: #0066CC; }


#history_container ul li {
	line-height: 22px;
	font-size: 13px;
}

h2 a:link { color: #999999; text-decoration: none; }
h2 a:visited { color: #999999; text-decoration: none; }
h2 a:hover { color: white; text-decoration: none; }
h2 a:active { color: #999999; text-decoration: none; }

h3 a:link { color: #999999; text-decoration: none; }
h3 a:visited { color: #999999; text-decoration: none; }
h3 a:hover { color: white; text-decoration: none; }