a:link {
	color: blue;
}

a:visited {
	color: red;
}

a:hover {
	color: white;
	background-color: blue;
}

a:active {
	color: white;
	background-color: red;
}

h1 {
	color: #ccc;
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
	color: #BA122B;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.2em;
	color: #12235B;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#main {
	background-color: #BA122B;
	background-image: none;
}

#header1 {
	background-color: #12235B;
	background-image: url(images/baseball_sm.gif);
	background-position: 620px 15px;
	background-repeat: no-repeat;
	-moz-border-radius: 15px;
}

#header1 p {
	color: #eee;
}

#container1 {
	background-color: #ddd;
/*	border-top: 5px #BA122B solid;*/
	margin: 10px 0 0 0;
	-moz-border-radius: 10px;
}

#column-rt {
	background-color: #cba;
}

div.daily {
	background-color: #F8F8F8;
	border: 2px solid #12235B;
	-moz-border-radius: 5px;
}

a.nabit {
}
