body {
	font-family: Geneva, Arial, Helvetica, Verdana;
}
.border1 {
	border: 1px solid #000000;
}
.border2 {
	border-top: 1px solid #000000;
	border-right: thin none #000000;
	border-bottom: 1px solid #000000;
	border-left: thin none #000000;
}
.border3 {
	border-top: 1px solid #9A9A9A;
	border-right: thin none #9A9A9A;
	border-bottom: 1px solid #000000;
	border-left: thin none #9A9A9A;
}
.border4 {
	border-top: 1px solid #FFD585;
	border-right: thin none #9A9A9A;
	border-bottom: thin none #000000;
	border-left: thin none #9A9A9A;
}
a:link {
	color: #666666;
	text-decoration: none;
}
