@import url(custom-light.css);

/* BLUE */

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

a:link,
a:visited,
.standard_table th a { color: #295fcc; }
a:hover { color: #6699ff; }

#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: #295fcc;
	}

#main_home .team_record {
	border: 1px #295fcc solid;
	background-color: #e5eeff;
	}
	
#main_home .team_record p {
	color: #295fcc;
	}
