/* CSS Document */

body { 
background-image: 
url('sidebar_blueberry.jpg');
background-repeat: repeat-y
}


a.top {
float:left;
width:8em;
text-decoration:none;
visited:white;
color:white;
background-color:#000066;
border-style: outset;
font-family: "monotype corsiva", georgia, serif;
font-style: italic;
font-size: 125%
}
a.top:hover {background-color:#9999CC}
a.top:active {border-style: inset}

img.groove {border-style: groove}
img.ridge {border-style: ridge}
img.inset {border-style: inset}
img.outset {border-style: outset}


table.pos_left {
position:relative;
left:-20px
}

table.pos_right {
position:relative;
left:145px
}

p {
font-size: 18px;
font-family: "monotype corsiva", georgia, serif;
}
p.indent {
margin-left: 3cm;
font-size: 18px;
font-family: "monotype corsiva", georgia, serif;
}
p.indentinfo {
margin-left: 3cm;
font-size: 12px;
font-family: "times new roman", georgia, serif;
}
p.white {
font-size: 20px;
font-family: "monotype corsiva", georgia, serif;
color: white;
}
p.info {
font-size: 12px;
font-family: "times new roman", georgia, serif;
}
p.recipe {
margin-left: 25px;
font-size: 12px;
font-family: "times new roman", georgia, serif;
}

h1
{
font-size: 40px;
font-family: "monotype corsiva", georgia, serif;
}
h2
{
font-size: 24px;
font-family: "monotype corsiva", georgia, serif;
}
h3
{
font-size: 18px;
font-family: "monotype corsiva", georgia, serif;
color:white;
}

a.link:link {color:#9999CC}
a.link:visited {color:#660033}
a.link:hover {background-color:#9999CC}

img.floatright 
{
float:right;
padding-right: 20px;
padding-left: 20px;
padding-top: 20px;
padding-bottom: 20px;
border-width: 0px;
}
img.floatleft
{
float:left;
padding-right: 20px;
padding-left: 20px;
padding-top: 20px;
padding-bottom: 20px;
border-width: 0px;
}

span { 
float: right; 
} 

ul {
position:relative;
left:25px;
font-size: 14px;
font-family: "monotype corsiva", georgia, serif;
}