#Content {
	color: #E1FF11;
}
#Content * .vscrollerbar {
	width: 15px;
	background: #E1FF11 url(images/scrollbar.png) center center no-repeat;
}
#Content * .vscrollerbar:active, #Content * .vscrollerbar:focus, #Content * .vscrollerbar:hover {
	width: 15px;
	background: #FF5151 url(images/scrollbar.png) center center no-repeat;
}
#Content * .hscrollerbar {
	height: 15px;
	background-color: #E1FF11;
}
#Content * .hscrollerbar:active, #Content * .hscrollerbar:focus,#Content * .hscrollerbar:hover {
	height: 15px;
	background-color: #FF5151;
}
#Content a:link, #Content a:visited {
	color: #FF5151;
	text-decoration: none;
}
#Content a:active, #Content a:focus, #Content a:hover {
	color: #fff;
	text-decoration: underline;
}