body{
	margin:0;	
	background-color: #f0f0d6;
	font-family: Verdana, sans-serif;
	font-size:12px;
}
h1{
	color: #7B4241;
	font-family: Verdana, sans-serif;
	font-size:18px;
}
table,td {
	font-family: Verdana, sans-serif;
	font-size:12px;
	border: none;
}
a:link{
	color: #825050;
	text-decoration: none;
	
}
a:visited{
	color: #825050;
	text-decoration: none;
}
a:hover{
	color: #825050;
	text-decoration: underline;
}
a:active{
	color: #825050;
	text-decoration: underline;
}
.head{
	background: url(../images/bg.gif);
}
.foot{
	background: url(../images/foot.gif);
}
.border{
	background-color: #fffff7;
}