body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 10px;
}
.bborder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E0CB5A;
}
.rborder {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #E0CB5A;
}
.tborder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E0CB5A;
}
a:link, a:active, a:visited{
	color:#E3E3E3; 
	text-decoration: none; 
	font-size: small;
}
a:hover {
	color: #1F2B60; 
	text-decoration: none; 
	font-size: small;
}
.red {
	color:#CC0033;
}
.submit-button {
	color: #E3E3E3;
	background: #1F2B60;
	border: 2px #000000 outset
}
h2{
	font-size:large;
	color:#1f2b60;
}