/* RED CSS */
body{ background-color: #000; }
a:link.current, a:visited.current, .current, .current a:link, .current a:visited {
	color: #a62719 !important;
}
a:hover.current, a:active.current, .current:hover, .current a:hover, .current a:active {
	color: #cc301f !important;
}
#mainContent a:link, #mainContent a:visited{ color: #8c2115; }
#mainContent a:hover, #mainContent a:active{ color: #992417; }
#mainContent a.button{ background:#8c2115; }
#mainContent a.button:hover{ background:#992417; }

/* 80% specified in common scroll */
#mainContent{ background-image: url(backgrounds/FFFFFF_90_50.png); }
