A:LINK {
	COLOR: blue; 
	text-decoration: none;
}
A:VISITED {
	color: blue; 
	text-decoration: none;
}
A:ACTIVE {
	color: blue; 
	text-decoration: none;
}
A:HOVER {
	COLOR: navy; 
	font-weight: bold; 
	text-decoration: underline;
}
.su {
	scrollbar-arrow-color: #c6e7bd;
	scrollbar-base-color: #118fff;
}
.obr {
	cursor:hand
}