a.menu
{
    font: normal bold 10pt Arial, sans-serif;
    color: white;
    text-decoration: none;
}

a.menu:hover
{
    font: normal bold 10pt Arial, sans-serif;
    color: #ffffbb;
    text-decoration: none;
}


body.main
{
    background-image: none;
    background-color: #009cff;
}

body.popup
{
    background-image: none;
    background-color: Bisque;
}

h1
{
    font-family: Arial, sans-serif;
    margin-left: 20px;
}

h1.CBlack
{
    color: Black
    font-family: Arial, sans-serif;
    text-align: center
}

h1.CRed
{
    color: Red
    font-family: Arial, sans-serif;
    text-align: center
}

h2
{
    font-family: Arial, sans-serif;
    margin-left: 20px;
}

h3
{
    color: Black;
    font-family: Arial, sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
}

h3.norm
{
    color: Black
    font-family: Arial, sans-serif;
    margin-left: 20px;
}

h3.dark
{
    color: DarkBlue
    font-family: Arial, sans-serif;
    margin-left: 20px;
}

img.button
{
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0
}

p.CBlack
{
    color: Black;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: center;
}

p.CRed
{
    color: Red;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: center;
}

p.answer
{
    font-color: Black
    margin-left: 25px;
    text-indent: +25px;
}

p.norm
{
    font-color: Black
    margin-left: 10px;
    text-indent: +15px;
}

p.norm-j
{
    font-color: Black
    margin-left: 10px;
    text-indent: +15px;
    text-align: justify
}

p.dark
{
    font-color: DarkBlue
    margin-left: 10px;
    text-indent: +15px;
}

p.definition
{
    margin-left: 20px;
    margin-right: 70px;
    text-indent: +15px;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    background: #ffffcc;
    border: thin double black;
}

p.definition-list
{
    margin-left: 20px;
    margin-right: 70px;
    padding-top: 8px;
    padding-left: 35px;
    padding-right: 10px;
    padding-bottom: 10px;
    background: #ffffcc;
    border: thin double black;
}

p.grief
{
    margin-left: 20px;
    margin-right: 70px;
    text-indent: +25px;
    text-align: left;
    padding-left: 20px;
    border: thick double black
}

p.PageBreak
{
    page-break-after:always;
}

p.picture2
{
    background: #ff00ff;
    text-align: center;
}

p.picturetext
{
    text-align: center;
    font-family: sans-serif;
    font-size: 80%;
        margin-left: 70px;
        margin-right: 50px
}

p.picturetext2
{
    text-align: left;
    font-family: comic;
    font-size: 80%;
    margin-left: 70px;
    margin-right: 50px
}

td
{
   text-align: center;
}

td.norm
{
   text-align: left;
   font: times;
}

td.right
{
   text-align: right;
   font: times;
}

td.comic
{
   text-align: left;
   font: normal bold 14pt;
   font-face: comic sans MS;
}

td.menu
{
    font: normal bold 10pt Arial, sans-serif;
    background: #000066;
}

li.recipe
{
    list-style-image: url(Images/Spacer.gif)
}