/* herbs.css Sample */

/* general */

td   {background-color: #009900}
body {background-color: #009900}

p {font-family: Georgia, Times New Roman ;
font-size: 11pt;
color: #00ffff; }

h1 { font-family: Georgia, Times New Roman ;
font-size: 20pt;
color: #ff0000 }

h2 {font-family: Georgia, "Times New Roman";
	font-size: 18pt;
	color: #ffff00;
	font-weight: normal;}

h3 {font-family: Georgia, "Times New Roman";
	font-size: 14pt;
	color: #77A308;
	font-weight: normal;}

h4 { font-family: Georgia, Times New Roman ;
font-size: 12pt;
color: #77A308}

h5 { font-family: Georgia, Times New Roman ;
font-size: 12pt;
color: #aaaaaa }

h6 { font-family: Georgia, Times New Roman ;
font-size: 14pt;
color: #77A308; }

/* Hyperlinked Text */

a:link { text-decoration: none; font: 11pt  Georgia, Times New Roman ; color: #aaaaaa; }
a:visited { text-decoration: none; font: 11pt  Georgia, Times New Roman ; color: #666666; }
a:hover { text-decoration: underline; font: 11pt  Georgia, Times New Roman ; color: #dddddd }

/* Nav Links use these when custom text formatting is required for Hyperlinked text*/

a.navlink:link { text-decoration: none; font: 12pt  Georgia, Times New Roman ; color: #ffff00 }
a.navlink:visited { text-decoration: none; font: 12pt  Georgia, Times New Roman ; color: #ffff00 }
a.navlink:hover { text-decoration: underline; font: 12pt  Georgia, Times New Roman ; color: #00ffff }

a.nav:link { text-decoration: none; font: 14pt  Georgia, Times New Roman ; color: #77A308 }
a.nav:visited { text-decoration: none; font: 14pt  Georgia, Times New Roman ; color: #77A308 }
a.nav:hover { text-decoration: underline; font: 14pt  Georgia, Times New Roman ; color: #666666 }

a.newlink:link { text-decoration: underline; font: 14pt  Georgia, Times New Roman ; color: #77A308 }
a.newlink:visited { text-decoration: underline; font: 14pt  Georgia, Times New Roman ; color: #666666 }
a.newlink:hover { text-decoration: underline; font: 14pt  Georgia, Times New Roman ; color: #77A308 } 
