body {
	background-color: white;
	background-image: url(/karousel/images/bg.jpg);
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-repeat: no-repeat;
	margin-top: 12px;
}
h2,th {
	color: #990000;
}
a:link {
	color: red;
}
.formfield {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	color: #330000;
	background-color: #FFFFCC;
	font-weight: bold;
}
a:visited {
	color: gold;
}
input[type=number]{
    width: 48px;
} 