.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B9FFFF;

}
a {
	color: #00FF66;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.background {
	background-color: #000000;

}
.vertline1 {
	border-left-style: solid;
	border-left-color: #999999;
	border-left-width: 2px;
}
.vertline2 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;

}
.horlinetop {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}
