/*this is the core style sheet for the website*/

a:link {
	
color:#FFFFFF;

text-decoration: none;

}


a:visited {
	
color: #FFFFFF;
	
text-decoration: none;

}


a:hover {
	color: #66CC66;
	
text-decoration: underline;

}


a:active {
	
color: #336633;
	text-decoration: none;

}


h1{
font-family: "century gothic";
font-size: 2.5em;
font-weight: bold;
letter-spacing: +2mm;
}

h2{
font-family: "century gothic";
font-size: 2em;
font-style: italic;
font-weight: bold;
text-align: center;
}

.l{
text-align: left;
}

.s{
letter-spacing: +1mm;
}

.h{
font-size: 1.3em;
font-style: italic;
}

h3{
font-family: "century gothic";
font-size: 1em;
font-style: italic;
font-weight: normal;
color: white;
}


h4{
font-family: "century gothic";
font-size: 1.1em;
font-weight: bold;
}


h5{
font-family: "century gothic";
font-size: 1.2em;
font-weight: normal;
}

.winetasty{
margin-right: 30px;
}

.birdwash{
margin-left: 30px;
margin-right: 30px;
}

.smallwc{
margin-right: 30px;
magin-left: 30px;
}