body {
	background-color: #90c1f3;
	background-image: url("/images/background.gif");
	background-attachment: fixed;
	background-repeat: repeat-x repeat-y;
	font-family: "Times New Roman";
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 20px;
	font-size: 18px;
	color: #1B0696;
}
h1 {
	font-family: "Times New Roman";
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
}
A:link {
	color: #2020FF;
	text-decoration: none;
}
A:visited {
	color: #A000A0;
	text-decoration: none;	
}
A:hover {
	color: #4567F8;
	text-decoration: none;	
}
A:active {
	color: #8080FF;
	text-decoration: none;	
}
input.nbutton {
	color: #1B0696;
	font-size: 18px;
	font-family: "Times New Roman";
	text-decoration: underline;
	border: none;
	background: #90c1f3;
	background-image: url("/images/background.gif");
}
input.dbutton {
	color: #1B0696;
	font-size: 18px;
	font-family: "Times New Roman";
	text-decoration: none;
	border: none;
	background: #90c1f3;
	background-image: url("/images/background.gif");
}
input.button {
	color: #1B0696;
	font-size: 18px;
	font-family: "Times New Roman";
	border: 1px solid #1B0696;
	background: #90c1f3;
	background-image: url("/images/background.gif");
}
.rightalign {
	text-align: right;
}
td {
	color: #1B0696;
	font-size: 18px;
	font-family: "Times New Roman";
}