body{
    color: #000000;
    text-align: center;
    background-color: #303030;
    font-family: "Trebuchet MS", Verdana, sans-serif;
}

h2{
    text-decoration: underline;
    padding: 0;
    margin: 0;
}

h3{
    font-weight: bold;
    padding: 0;
    margin: 0;
}

ul{
    padding: 0;
    margin: 0 1em;
}

ol{
    padding: 0 8px;
    margin: 0 1em;
}

a {
    color: black;
    text-decoration: none;
}

a:link {
    color: #800000;
    text-decoration: none;
    font-style: italic;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    color: #FFFF00;
    text-decoration: none;
    font-style: normal;
}

table{
    width: 728px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-spacing: 0 5px;
    /*background-image: url('images/browntexture.jpg');
    background-repeat: repeat;*/
}

td{
    padding: 5px;
    background-image: url('images/browntexture.jpg');
    background-repeat: repeat;
}

td.footer{
    background-image: none;
    background-color: transparent;
    color: #FFFFFF;
    text-align: center;
    font-size: 70%;
}

img.title{
    float: right;
    height: 32px;
    width: 37px;
    border-width: 0;
}

img:hover{
    -moz-opacity: 0.25;
    filter: alpha(opacity=25);
}

.center{
    text-align: center;
}