body {
	background: #000000 none repeat-y fixed left;
	font-family: Georgia,monospace, verdana;
	color: #ccffff;
	font-size: 16px;
	scrollbar-arrow-color: White;
	scrollbar-base-color: #cc66cc;
	scrollbar-track-color: #333333;
}

a:link {
	color: #ffff00;
	text-decoration: none;
}

a:visited {
color: #ff66ff;
text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a:active{
color:#9900cc;
text-decoration: blink;
}
/* ---------------------------------------------------------- */

marquee {
	text-family: Verdana, Arial;
	color: red;
	font-size: 22px;
	border-top: double Orange;
}
hr {
   color: #ffccff;
}