body {
	background: #000;
	color: #FFF;
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 14px;
}
li {
	list-style-type: square;
	color: #FFD01A;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
}
li.hide {
	color: #000;
	background: transparent;
}
img {
	border: none;
}
.bord1{
	position: absolute;
	left: 0px;
	top: 90px;
}
.bord2{
	position: absolute;
	left: 0px;
	top: 93px;
}
.bord3{
	position: absolute;
	left: 75px;
	top: 0px;
}
.bord4{
	position: absolute;
	left: 78px;
	top: 0px;
}
.disclaim {
	font-size: 11px;
}
.white {
	color: #FFF;
	background: transparent;
	font-family: Arial, "MS Sans Serif",sans-serif;
	font-size: 14px;
	font-weight: normal;
}
a:link, a:visited {
	color: #FFD01A;
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F00;
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

/* for testing delete the x */

.x-div {
	border-style: dashed;
	border-width: 1px;
	background: transparent;
}

