html, body { color: #000000;
  background-color: #000000;
  font-family : Arial,Helvetica,sans-serif;
  scrollbar-face-color : "#FFCC33";
  scrollbar-shadow-color : "#FF0000";
  scrollbar-3dlight-color : "#FFFFFF";
  scrollbar-darkshadow-color : "#FF0000";
  scrollbar-track-color : "#FFFFFF";
  scrollbar-arrow-color : "#649421";
  margin: 0px;

}
h1 { font-size : 25px;
  font-weight : normal;
  font-style: normal;
  color : #000;
  padding: 0px 0px 0px 3px;
  margin: 0px;
  spacing : 0px; }
h2 { font-size : 12px;
  font-weight : normal;
  font-style: normal;
  color : #669933;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  spacing : 0px;
}
h3 { font-size : 12px;
  font-weight : normal;
  font-style: normal;
  color : #669933;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  spacing : 0px;
}
a { 
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
a:hover { 
  color: #37541E;
  font-weight: bold;
  text-decoration: none;
}
a.menu { 
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
a.menu:hover { 
  color: #37541E;
  font-weight: bold;
  text-decoration: none;
}
.nav a,
.menu {
	font-size:12px
	}
a.resources { font-size: 10px;
  color: #000000;
  font-weight: bold;
}
a.resources:hover { font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.guidetext { font-size: 12px;
  color: #000000;
  text-decoration:none;
  font-weight: normal;
}
.guidetext a {font-weight: normal;}
.guidetext a:hover {font-weight: normal;}
.maintext { font-size: 12px;
  color: #000000;
  text-decoration:none;
  font-weight: normal;
}
.resources { font-size: 11px;
  color: #000000;
  font-weight: normal;
}
.resources-link  {
font-size: 12px;
text-decoration:underline;
font-weight: bold;
}
.strainlist { font-size: 11px;
  color: #000000;
  font-weight: normal;
}
.strainmane { font-size: 12px;
  color: #000000;
  font-weight: bold;
}
.strainprice { font-size: 12px;
  color: #37541E;
  font-weight: bold;
}
ul { margin: 0px;
  padding: 0px;
  list-style-type: disc;
  text-align: left;
}
li { margin-bottom: 10px; }
p.link-copyright {
margin:10px 0px 0px 20px;
text-align:left; 
font-size:10px; 
font-weight:normal;
}
.link-copyright a, .link-copyright a:visited { 
font-size:10px; 
font-weight:normal;
text-decoration:underline;
}
.link-copyright a:hover, .link-copyright a:active { 
text-decoration:underline;
}
/* link directory */
div#linksbox { width: 430px;
  text-align:left;
  font-size: 14px;
  padding:0px;
  margin:0px;
}
#linksbox ul { padding:40px 20px 30px 60px;
  margin:0px;
}
#linksbox li { padding:0px;
  margin:0px 0px 10px 0px;
  list-style-type:none;
}
#linksbox p#linkpolicy { text-align:center;
  font-weight:bold;
  font-size: 12px;
  margin:0px 0px 10px 0px;
}
#linksbox p#backlink { text-align:center;
  font-size: 12px;
  margin:0px 0px 40px 0px;
}
#linksbox h1 { font-size:24px;
  padding:10px;
  text-align:center;
}
#linksbox ul#lcontent { padding: 0px;
}
#lcontent li { padding:0px;
  margin:0px 0px 10px 0px;
  list-style-type:none;
  font-size : 12px;
}
/* contact form */
table#contactus { font-size: 12px;
  text-align: left;
  width: 450px;
  }
button { border: 1px solid rgb(102, 153, 51);
  font-size: x-small;
  font-weight: bold;
  color: rgb(102, 153, 51);
  background-color: rgb(255, 255, 255);
  }
input, textarea { border: 1px solid rgb(102, 153, 51);
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  }
td.mandatory { text-align: right;
  vertical-align: top;
  font-weight: bold;
  width: 150px;
  }
td.notmandatory { text-align: right;
  vertical-align: top;
  width: 150px;
  }
td.field { width: 280px; }
td.colspanned { text-align: center;
  vertical-align: top;
  width: 580px;
  }
