body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:white;
	color: black;
	font-size: 10px;
}
a { 
	text-decoration: none;
	border: none 0mm;
	color: #006db3;
	font-weight: bold;
}
a:hover {
	/* color: #99ccff; */
	color: #006db3;
	text-decoration: underline;
}
input {
	text-decoration: none

}
.outlined {
	border-style: solid;
	border-width: 2px;
	background-color:#ebebeb;
	border-color: #006db3;
	padding: 5px;
}
.specialshd {
	background-color:#006db3;
	color: white;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
.specialsth {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.specialstd {
	font-size: 18px;
}
.genbold {
	font-weight: bold;
}
