body {
	background-color:#000000;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #D35E5E;
	scrollbar-shadow-color: #D35E5E;
	scrollbar-3dlight-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}
img {border:none}
ul {
	margin:0px 0px 4px 20px;
}
input , select , textarea {
	font-family:georgia;
	background-color:#000000;
	color:#FFFFFF;
	border:solid 1px #CCCCCC;
	font-size:11px;
}
p {
	margin:0px 0px 6px 0px 
}
body , p , td {
	font-family:georgia;
	font-size: 11px;
}

#image {
	position:absolute;
	top:0px;
	left:30px;
}

.title {
	font-family:georgia;
	font-size:11px;
	text-align:center;
	padding:4px;
	letter-spacing:7px;
	color:#DD7979;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#CABCB3;
	background-image:url(rantitlebg.jpg);
	border-bottom:dotted 1px #F6F4F4;
}

#words {
	position:absolute;
	top:300px;
	left:150px;
	width:500px;
	color:#EDD1BF;
	text-align:justify;
	line-height:17px;
	cursor:default;
}

a:link , a:active , a:visited {
	color:#DC9A9A;
	text-decoration:none;
	border-bottom:dotted 1px #000000;
}
a:hover {
	color:#D35E5E;
	text-decoration:none;
	border-bottom:dotted 1px #F6F4F4;
	cursor:crosshair;	
}

.bottom {
	font-family:georgia;
	font-size:11px;
	text-align:center;
	padding:4px;
	color:#DD7979;
	background-color:#CABCB3;
	background-image:url(ranbottombg.jpg);
	border-top:dotted 1px #F6F4F4;
}
