body {
	background-color:#FFE5B2;
	margin: 0px 0px 0px 0px;
  height:100%; 
}

a:link {
	text-decoration:none;
	color:#660000;
}

a:visited {
	text-decoration:none;
	color:#660000;
}

a:active {
	text-decoration:none;
	color:#660000;
}

a:hover {
	text-decoration:none;
	color:#660000;
	font-weight:bold;
}

table {
	border:0px;
	border-collapse:collapse;
	border-spacing:0px; 
}

body > table {
  height:100%;
}

tr {
	vertical-align:top; 
}

img {
	border:0px; 
}

ul { 
	list-style-type:disc;
}

td.buttons {
	background-color:#E5CC99;
}

td.rightborder {
	background-color:#E5CC99; 
}

td.textarea {
	max-width:900px;
	overflow:scroll;
	padding-left:5mm;
	padding-right:5mm;
}

div#buttons {
	margin-top:100px;
	margin-left:20px; 
}

div#banner {
	margin: 30px 10px 30px 10px;
	text-align:center; 
}

div#copyright {
	margin-bottom:10px;
	font-size:xx-small;
	text-align:center;
}

hr {
  color:#660000;
}
