.body {
	background-image: url(pic/bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.table {
	border: 4px solid #b63714;
	background: #fff;
	vertical-align: middle;
	}
	
.h1 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #b63714;
}
a:link { color: #333333; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:hover { color: #B22121; text-decoration: underline; }
a:active { color: #B22121; text-decoration: none; }
