html, body {
	padding: 0;
	margin: 0;
}

body, p, select, input, li {
	font-family: sans-serif;
	font-size: 10pt;
}

p, li {
	line-height: 13pt;
}

input, select, textarea {
	border: solid 1px blue;
}

input[type="image"] {
	border: none;
}

h1, h2, h3, h4, h5 {
	color: black;
	font-family: sans-serif;
	margin-top: 20pt;
}

h1 { font-size: 13pt; font-weight: bold; }
h2 { font-size: 11pt; font-weight: bold; }
h3 { font-size: 10pt; font-weight: bold; }
h4 { font-size: 10pt; font-weight: bold; font-style: italic; }
h5 { font-size: 10pt; font-style: italic; }

a {
	text-decoration: none;
	cursor: pointer;
	color: #0008ff;
}

img {
	border: none;
}

img.captcha {
	border: solid 1px black;
	width: 232px;
	height: 82px;
}