/*
 * common stuff
 */

body {
	background: #50bc25;
	font-family: Arial, sans-serif;
}

hr {
}

div.main {
}

div.entry {
	background: #6c3;
	padding: 10px;
	margin: 5px;
}

a { text-decoration: none; }
a:link { color: white; /*background: #ccc;*/ }
a:visited { color: navy; }
a:hover, a:active { color: red; /* text-decoration: underline; */ }


/* 
 * stuff for Roster page 
 */

body.roster {
	background: #AAB7B3;
}

h1 { 
	text-align: center; 
}

hr.roster {
	width: 200px;
}

span.age {
	display: block;
	text-align: center;
}

span.home {
	display: block;
	text-align: center;
}

.rosterPic {
	margin-top: 1em;
}

/* end Roster pages 
 */

