/* stylesheet for foresting pages */

@import url("../spurrymoses.css");
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
@import url(http://fonts.googleapis.com/css?family=Unkempt);

body {
	font-family: "Ubuntu", "Helvetica";
	font-size: 16px;
	color: white;
	background: #003300 url("images/foliage_dark_bg.jpg");
}

p a:link, p a:visited {
	text-decoration:underline;
}

a:link {
	color: #AEF79F;
	text-decoration:none;
}

a:visited {
	color: #AEF79F;
	text-decoration:none;	
}

h4 {
	font-weight:normal;
}

.forestingPage {
	font-family: "Unkempt", "Helvetica";
	font-size: 58px;
	color: white;
}

.table_header {
	background-color: #337700;
	font-weight: bold
}

.row_odd {
	background-color: #005500
}

.row_even {
	background-color: #003300
}

.row0 {
	background-color: #005500
}

.row1 {
	background-color: #003300
}

img {
	border-width: 0;
	padding:3px;
}

li {
	text-decoration:none;
	list-style-type:none;
}

i {
	font-size:small;
}
