body {
	background-color: #000000;
	font-family: tahoma, sans-serif;
	color: #FFFFFF;
	
    scrollbar-base-color: #000000;
	scrollbar-highlight-color: #FF0000;
	scrollbar-shadow-color: #FF0000;
/*scrollbar-darkshadow-color: #FF0000; */
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #000000;
	scrollbar-track-color: #555555;

}
#red{
	color: #FF0000;
}
p {
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
}
li{
	font-size: 11px;
	font-family: arial, sans-serif;
	font-weight: normal;
	margin-left: 50px;
}
.center {
	width: 60%;
	visibility: hidden;
	text-align: justify;
	border-right-style: dotted;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dotted;
	border-color: #FF0000;
	border-width: thin;
	outline-style: dashed;
	outline-color: #FF0000;
	outline-width: thin;
	position: absolute;
	top: 100px;
	left:100px;

}
img {border: 0;}

