html {
	overflow-y: scroll !important;
}
body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
}

h1, h2 , h3, h4 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #b10000;
}
h1 {
	margin-top: 16px;
	font-size: 27px;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #b10000
}

a:active, a:focus, a:hover {
	text-decoration: underline;
	color: #630000;
}

dt {
	font-weight: bold;
	color: #fa7200;
}
dd {
	margin-bottom: 0.5em;
}


input {
	width: 150px;
}
