/* Gopher Baseball Camps Stylesheet */

body {
	color: #000000;
	background: #ffffff;
	font-family: arial;
	font-size: 12px;
}

:link {
	color: #000000 /* for unvisited links */
} 

:visited {
	color: #000000  /* for visited links */
}

:active {
	color: #000000  /* when link is clicked */
}

:hover {
	color: #800000  /* when mouse is over link */
}

td {
	font-family: arial;
	font-size: 12px;
}

th {
	font-family : arial;
	font-size   : 12px;
}

.header {
	font-weight : bold;
	font-family : arial;
	font-size : 32px;
	color: #800000;
}

.bodyheader {
	font-weight : bold;
	font-family : arial;
	font-size : 16px;
	color: #800000;	
}
