a {
	text-decoration: none
}
a:hover {
	color: blue;
	border-width: 0px 0px 1px 0px;
	border-style:none none dotted none;
}
a:link {
	color:#000080
}
body {
	line-height: 160%;
	margin-left:40px;
	margin-right:10px;
	font-size:small;
	color:#004000;
	background-image:url("image/sand.gif");
	background-color:#ffefd5
}
td {
	line-height: 160%;
	font-size:small
}
h1 {
	padding: 3px;
	text-align: right;
	font-size: 100%;
	background-color: transparent;
	border-color: #004000;
	border-width: 0px 2px 1px 0px;
	border-style: solid
}
.left {
	float:left;
	width:75%;
}
.right {
	float:right;
	width:23%;
}
