/* St. Louis Rowing Club CSS */

body {
background-color: #660000;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
margin-top: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}

.line {
background-color: #000066;
}

.bar {
background-color: #CCCCCC;
}

.buttons {
background-color: #000066;
}

.red_b {
color: #000066;
font-weight: bold;
}

.blinks {
color: #FFFFFF;
font-size: 10px;
background-color: #000066;
}

	a:link.a_white {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	a:visited.a_white {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	a:hover.a_white {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
	a:link {
	color: #0000CC;
	text-decoration: none;
	}
	
	a:visited {
	color: #0000CC;
	text-decoration: none;
	}
	
	a:hover {
	color: #0000CC;
	text-decoration: underline;
	}
	
.foot {
background-color: #000066;
color: #FFFFFF;
}

.head {
font-weight: bold;
font-size: 14px;
}

