/* Stylesheet for Forester pages */

@import url("../../spurrymoses.css");
@import url(http://fonts.googleapis.com/css?family=Ubuntu);

body {
	font-family: "Ubuntu", "Helvetica";
	font-size:16px;
	color:white;
	background: #000000 url("images/spurry_plate_bk.jpg");
}

.reading {
	font-size: 12px;
}

.intro {
	margin-left:70px;
	margin-right:70px;
}

.row_even { background-color:#333333 }
.row_odd { background-color:#000000 }

.row0 {
	background-color:#333333;
}
.row1 {
	background-color:#000000;
}

.table_header {
	background-color:#005599;
	font-weight:bold }

.row_header {
	background-color:#007799;
	font-weight:bold;
	font-family:"Verdana";
}

.forester_blue {
	background-color:#041850;
}

.highlight {
	color:yellow; font-weight:bold;
}


/* link settings */
a:link {
	color:yellow;
	background-color:transparent;
	text-decoration:none;	
}

a:visited {
	color:pink;
	background-color:transparent;
	text-decoration:none;
}

a:hover {
	background-color: #005599;
}

.nohover a:hover {
	background-color:transparent;
}

.thumbnail {
	float:left;
	width:320px;
	margin:5px 5px 5px 5px;
	padding:5px;
	text-align:center;
}

.clearboth {
	clear: both;
}



