html { overflow-y: scroll; }

div.content {
	padding-left: 100px;
	padding-right: 80px;
}

p,td {
	font-family: Arial,Helvetica,sans;
	font-size: 11pt;
	text-align: justify;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 20pt;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 16pt;
}

.bold {
	font-weight: bold;
}

.oocsmall {
	font-size: 9pt;
	color: grey;
}

a {
	color: #3F83C0;
	text-decoration: none;
}

a:hover {
	color: #EBC492;
	text-decoration: underline;
}

input, textarea {
	background-color: white;
	font-family: Arial, sans-serif;
	border: 1px solid #3F83C0;
}
