/* CSS Document */

table.header {
	font-family: "Times New Roman", Times, serif;
	background-repeat: repeat;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	background-image: url(../images/paper-bg-drk.jpg);
}body {
	background-attachment: scroll;
	background-color: #333333;
	background-image: url(../images/paper-bg.jpg);
	background-repeat: repeat;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: larger;
	font-weight: bold;
	color: #000099;
	font-variant: normal;
	text-decoration: underline;
}
a:visited {
	color: #00FF00;
	font-size: larger;
	text-decoration: underline;
}

.onbackground {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #666666;
	background-attachment: fixed;
	background-image: url(/images/paper-bg.jpg);
	background-repeat: repeat;
}
.inputbox {
	background-color: #333333;
	color: #CCCCCC;
	border: thin solid #000000;
	font-size: large;
	font-family: "Times New Roman", Times, serif;
}
.inputcaption {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	color: #CCFF66;
	font-style: oblique;
	font-weight: bold;
}
.response {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	color: #000000;
	font-style: oblique;
	font-weight: bold;
	background-image: url(../images/paper-bg-drk.jpg);
	margin: 5px;
	padding: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
