a:link {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: teal;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: teal;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #4d5b7e;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: lime;
	text-decoration: underline;
}
body {
	background-color: #43424b;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
	color: black;
}
.here { font-family: Arial, Verdana, sans-serif; font-size: 12px; font-weight: 800; color: black;
	;border-bottom: thin solid #660000; }
.h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 900;
	color: #fff;
}
.text {
	font-family: Arial, Verdana, sans-serif;
	font-size: 105%;
	line-height: 20px;
	font-weight: 400;
	color: black;
}

.copyInfo {
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: 200;
	color: #666666;
}
ul.para li {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  
}
ol.para li { margin-top: 1.5em; margin-bottom: 1.5em; color: #fff; text-align: left; }
blockquote { text-align: left; }
