@import "style.css";

/* CSS Document */
body {
	scrollbar-face-color:#333333;
	scrollbar-arrow-color:#ffffff;
	scrollbar-highlight-color:#4B4B4B;
	scrollbar-darkshadow-Color:#4B4B4B;
	
	background-color: #333333;
}

.newsTitle {
	color: #EFA546;
}

.newsBy {
	color: #EFA546;
}

