@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFEC83;
	font-size:13px;
}

table {
	font-size:13px;
}

div#head {
	top:0px;
	left:0px;
	margin: 0px;
	padding: 0px;
	position:absolute;
}

div#content {
	top:140px;
	left:70px;
	margin: 0px;
	padding: 0px;
	position:absolute;
	width: 650px;
	
}

h1 {
	font-size:16px;
	font: Trebuchet MS;
	color:#93371C;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
}

a {
	text-decoration: underline;
	color:#5F4A24
}
