body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
    
}
.table {
	border: 1px solid #572E1C;
}
td {
	text-align: left;
	vertical-align: top;
}
.content {
    font-size: small;
	background-color: #F0E557;
	padding: 30px 20px 18px;
}
h1 {
	font-size: large;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: small;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.foot {
	font-size: x-small;
	text-align: center;
	vertical-align: top;
}
a:link {
	color: #0000FF;
    text-decoration: none;
}
a:visited {
    color: #0000FF;      
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.outline {
	border: 1px solid #000000;
}
.head {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

