BODY {
	scrollbar-face-color: #000000;  
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #ff6600;
	background-color: #ffffff;
}

A {
	color : #800000;
	text-decoration : underline;
}
I {
	color : #800000;
	font-weight: bold;
}

A:HOVER {
	color : #000000;
	text-decoration : none;
	background-color : #ff6600;
}

A.dis {
	color : yellow;
	text-decoration : underline;
}

A:HOVER.dis {
	color : yellow;
	text-decoration : none;
	background-color : orange;

}

a.preview {
	color: #ffff00;
	text-decoration: none;
}
a:hover.preview {
	color: #ffcc99;
	background-color: #800000;
	text-decoration: none;
}

HR {
	line-height : normal;
	color : #ff9900;
	width: 80%;
}
