A  {
	color:#000000; 
	text-decoration: none;
	border-color:#000000;
}

A:Visited  {
	color:#000000;
	border-color:#000000;
}

A:Active  {}

A:Hover  {
	color:#000000;
	text-decoration:none;
	border-color:#000000;
}

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
	}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	}

h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:13px;
	color:#006600;
	line-height:normal;
	}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #FFFFFF;
	line-height: 12px;
	}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
}

.speciesHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#006600;
}

.nowCuttingHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height: 15px;
	color: #990000;
}

.nowCuttingContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height: 15px;
	color: #990000;
}

.upcomingCutHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height:15px;
	color: #006600;
}

.upcomingCutContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height: 15px;
	color: #006600;
}

.left01{
    background: white;
    color: black;
    position: absolute; /* Says which positioning we are using */
    left: 5%; /* 17% from the left side of the screen */
    width: 32%; /* This is the width */
} 

.right01{
    background: white;
    color: black;
    position: absolute; /* Says which positioning we are using */
    left: 32%; /* 17% from the left side of the screen */
    width: 68%; /* This is the width */
} 

.left02{
    background: white;
    color: black;
    position: absolute; /* Says which positioning we are using */
    left: 5%; /* 17% from the left side of the screen */
    width: 65%; /* This is the width */
} 

.right02{
    background: white;
    color: black;
    position: absolute; /* Says which positioning we are using */
    left: 68%; /* 17% from the left side of the screen */
    width: 30%; /* This is the width */
} 
