body {
background-color: #BAD2F2;
font-family: verdana, arial, sans-serif;
font-size: small;
}

a, a:visited {
color: #003399;
}
a:hover {
text-decoration: none;
}


.bkbody {
width: 100%;
background-color: #ffffff;

}

.topbk {
border-top: 3px double #cccccc;
}
.table {
width: 100%;
padding: none;
}

.left {
background-image: url(images/leftbk.gif);
background-repeat: no-repeat;
width: 15%;
vertical-align: top;
padding: 5px;
}
.middle {
background-color: #ffffff;
width: 70%;
padding: 5px;
vertical-align: top;
}

.right {
background-color: #ffffff;
width: 15%;
vertical-align: top;
padding: 5px;
text-align: center;
}

.recipe {
border: 3px solid #cc3333;
padding: 3px;
}

.footer {
font-size: 80%;
text-align: center;
}

.smallfont {
font-size: 80%;
}

.blue {
color: #003399;
}

.blueb {
color: #003399;
font-weight: bold;
}

.red {
color: #cc3333;
}

.redb {
color: #cc3333;
font-weight: bold;
}

h4, h3 {
color: #003399;
}