a:hover {  text-decoration: underline}
a:link {  font-weight: bold; text-decoration: underline}
a:visited {  font-weight: bold; color: #999999; text-decoration: none}
a:active {  color: #6633CC}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #333333;
	background-color: #FFFFFF;
	padding-right: 40px;
	padding-left: 150px;
	text-align: justify;
}

hr {  text-align: center; color: #FFFFFF; height: 0px;}

h1 {
	text-align: right;
	font-size: 1.5em;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
}

h3  {  font-size: 1.5em; text-align: center; }
h4 {  font-size: 1.2em; }
h5 {
	color: #333333;
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h6 {
	text-align: center;
	font-size: 0.9em;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 2px dashed #CCCCCC;
	border-right: 2px none #CCCCCC;
	border-bottom: 2px none #CCCCCC;
	border-left: 2px none #CCCCCC;
}
.comment {
	color: #990000;
	position: relative;
	left: 33px;
	width: 90%;
}
