a, a:visited {
	color: maroon; background: none; 
	text-decoration: underline;
}
a:hover {
	color: #000000; background: none; 
	text-decoration: underline;
}
body {
	background-color: #850101;
	color: #000000;
	font-size: 9pt;
	font-family: arial, verdana; 
	margin: 0px;
}
input, textarea {
	font-size: 9pt; color: #200000; 
	font-family: Verdana,arial, helvetica, serif; 
	background-color: #E8C1C1; 
}
select {
	font-size: 7pt; color: #200000; 
	font-family: Verdana,arial, helvetica, serif; 
	background-color: #E8C1C1; 
}
ul,ol {
	margin-top: 0px; margin-bottom: 0px;
}


.maincolor {
	background-color: white;
}
.bordercolor {
	background-color: #850101;
}
.title {
	font-size: 14pt;
	font-weight: bold;
}
.subtitle {
	font-size: 12pt;
	font-weight: bold;
}
.footer {
	font-size: 8pt;
}
.error {
	color: red;
}
.code {
	background-color: #FFEBBF;
	border: 1px dashed black;
	font-family: Courier New, monotype;
	font-size: 11px;
	padding: 2px 6px 2px 6px;
}
	