body.dark 
{
background-color:blue;
background-image: url(none.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
margin-top: 5px;
margin-right: 3%;
margin-bottom: 3%;
margin-left: 5px;
}


body.blue 
{
background-color: skyblue;
background-image: url(images/my_bar.jpg);
background-attachment: fixed;
background-repeat: repeat;
background-position: center center;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
margin-top: 3%;
margin-right: 3%;
margin-bottom: 3%;
margin-left: 10px;
}

body.white
{
background-color:white;
background-image: url(big_gscft2.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
margin-top: 3%;
margin-right: 3%;
margin-bottom: 3%;
margin-left: 3%;
}

table
{


}


a:link {
color: blue;
text-decoration: underline;
}

a:visited {
color: blue;
text-decoration: underline;
}

a:hover {
color: blue;
background-color:aquamarine;
text-decoration: underline;
}

a:active {
color: navyblue;
background-color: aquamarine;
text-decoration: underline;
}

p.ingredient {
margin-top: 0px;
margin-bottom: 0px;
}

h1 {
font-size: 1.7em;
font-weight: bold;
text-align: left;
}

h2 {
font-size: 1.4em;
font-weight: bold;
}

h3 {
font-size: 1.2em;
font-weight: bold;
text-decoration: underline;
}



