/*White Oak Winery screen styles*/
body {
  background-image: url("img/greenbg.jpg");
  background-repeat: repeat;}
h1, h2, h3, h4, h5, h6 {
	font-family: serif;
	color: #330066;
}
a {
	display: block;
	font-family: helvetica, sans-serif;
	color: white;
	text-decoration: none;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
a:link {text-decoration: none; color: FFFFCC}
a:visited {text-decoration: none}
a:hover {color: yellow; text-decoration: none}
a:active {text-decoration: none}
#main {margin-right: 15px;} 
p {margin-left: 5px; margin-right: 5px;}

}
#dir a:link {color: green; text-decoration: underline}
#dir a:visited {color: black; text-decoration: underline}
#dir a:hover {color: navy; text-decoration: none}
#dir a:active {color: green; text-decoration: none}
}