a,
a:link,
a:visited,
a:active,
a:hover {
	color: black;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: white;
	background-color: #6090c4;
	border-bottom: 1px solid #3d5d87;
}
h2 {
	border-bottom: 1px solid #ffa72a;
}
h3 {

}
.code-snippet-western {
	background-color: #F5F5F5;
	font-family: Courier New, Courier;
	font-size: 12px;
	padding: 2px;
	margin: 0px;
}
P.code-snippet-western {
	margin-top: 0px;
	margin-bottom: 0px;
}