a {
	background-color: inherit;
	color: #000;
}

a:hover {
	background-color: #fff;
	color: #000;
}

body {
	background-color: #ccf;
	color: #000;
	font-size: 12pt;
}

fieldset {
	display: none;
}

div.page {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 800px;
	min-height: 100%;
	margin-left: -400px;
	background-color: #99f;
	border-left: solid 4px #99c;
	border-right: solid 4px #99c;
}

div.head {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	border-bottom: solid 1px #000;
}

div.body {
	position: absolute;
	top: 110px;
	left: 0px;
	padding: 5px;
}

div.column1 {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 450px;
	padding: 5px;
}

div.column2 {
	position: absolute;
	top: 110px;
	left: 450px;
	width: 348px;
	padding: 5px;
	border-left: dashed 1px #ccf;
	border-bottom: dashed 1px #ccf;
}

h1 {
	font-family: serif;
}

h3 {
	background-color: #99c;
}

textarea {
	font-family: Arial;
}