@import url(custom-dark.css);

/* ORANGE */

body {
	background: #ff9f1a url("/images/bg-orange.jpg") repeat-x top;
	}

a:link,
a:visited,
.standard_table th a { color: #d97e00; }
a:hover { color: #ffca80; }

#main_home h2,
#subnav td.title,
#content h1, #main_simple h1,
#content h2, #main_simple h2,
#content h3, #main_simple h3,
.standard_table th.title,
.standard_table th.bigtitle,
#message_table h1, #standard_table h1
	{
	color: #d97e00;
	}

#main_home .team_record {
	border: 1px #d97e00 solid;
	background-color: #fff4e5;
	}
	
#main_home .team_record p {
	color: #d97e00;
	}
