body {
  background-image:url('http://arthedale.com/images/shared/browngrape.jpg');
  background-repeat:repeat-y;
  background-color:#003838;
  margin-left:120px;
  margin-right:100px;
  font-family:"Franklin Gothic Medium",Verdana,serif
  }
body.homepage {
	margin-left:0px;
	background-image:none;
  background-color:#003333;
  }
h1.homepage {color:#FF9900;font-size:12pt;font-family:"Franklin Gothic Medium",Verdana,serif;}
h1, h2, h3, h4, h5, h6 {color:#FF9900;}
h2 {text-decoration:underline;}
p, li, blockquote, pre {font-family:"Franklin Gothic Medium",Verdana,serif;
                     font-size:smaller;
                     color:white;
                 }
p.recite {text-indent: 11px;}
p.homepage {color:#FF9900;font-size:10pt;font-family:"Franklin Gothic Medium",Verdana,serif;}
hr {color:#FF9900;}
/* Hyperlink superceded the h1 tag */
a:link {color:#FFFFFF;text-decoration:none;}
a:visited {color:#FFFFFF;text-decoration:none;}
a:active {color:#FFFFFF;text-decoration:none;}
a:hover {text-decoration:underline;}
a.header:link {color:#FF9900;text-decoration:none;}
a.header:visited {color:#FF9900;text-decoration:none;}
a.header:active {color:#FF9900;text-decoration:none;}
a.header:hover {text-decoration:underline;}
a.bold:link {color:#00FFFF;text-decoration:none;font-weight:bold;}
a.bold:visited {color:#00FFFF;text-decoration:none;font-weight:bold;}
a.bold:active {color:#00FFFF;text-decoration:none;font-weight:bold;}
a.bold:hover {text-decoration:underline;}
a.homepage:link {color:#FF9900;text-decoration:none;}
a.homepage:visited {color:#FF9900;text-decoration:none;}
a.homepage:active {color:#FF9900;text-decoration:none;}
a.homepage:hover {text-decoration:underline;}