﻿body
{
    margin: 0px;
    font-family: Verdana;
    font-size: 10px;
    background-color: #DDD5AA;
    color: #424733;
}
p
{
    margin: .7em 0em .7em 0em;
    padding: .5em;
}
table
{
    border: 0;
}
th
{
    border: 0;
    font-size: 12px;
    border-bottom: 1px solid #424733;
    text-align: left;
    padding: 5px;
}
td
{
    border: 0;
    text-align: left;
    padding: 5px 5px 2px 2px;
}
.header
{
    color: #A98964;
    color: #ffffe0;
    font-size: 16px;
    font-weight: bold;
    padding: .3em;

}
a:link, a:visited, a:active
{
    margin: 2px 0px 0px;
    color: #A98964;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    color: #6A120A;
    text-decoration: underline;
    font-weight: bold;
}
.DarkerColor
{
    background-color: #9B9576;
    margin: 0px;
    padding: 5px;
}
.DarkerColor a:link, a:visited, a:active
{
    color: #ffffe0;
    color: #8C331E;
}
.DarkerColor a:hover
{
    color: #6A120A;
}

.LighterColor
{
    background-color: #DDD5AA;
    margin: 0px 0 0 .5em;
    padding: 5px;
}
.AlphaImg
{
    /* http://www.hrunting.org/csstests/iealpha.html          
       This must not have the position set.
       Lower elements need the position to be set.     */
    width: 219px;
    height: 270px;
    left: 582px;
    float: left;
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Sermons/SermonListeningGuy.png' , sizingMethod= 'image' );
}
.AlphaImg img
{
    width: 219px;
    height: 270px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
ul
{
   padding: 0;
   margin: 1em 0em 0em 4em;
}