﻿body
{
    background-position: center top;
    background-color: #ddd;
    font-family: 'Arial Narrow', Arial;
    font-size: 80%;
    background-image: url('/stream/2013/version2013/aa946d1388af.png');
    background-attachment: scroll;
    background-repeat: repeat;
}


#page{ width:100%; padding:0; margin:0; min-height:100%; height:auto; height:100%;}

#master{margin: 0 auto; max-width:800px; min-width:500px; width:60%; }
#content{margin: 0 auto;  max-width:800px; min-width:500px; width:60%; }
#sitefooter{margin: 0 auto;  max-width:800px; min-width:500px; width:60%; margin-top:200px;margin-bottom:100px;}

#pagetitle {font-size:200%;margin-top:50px; margin-bottom:20px;}



.tr_highlight tr:hover
{
    background-color: #0000CC;
    color: #FFFFFF;
}
.tr_highlight tr:hover a
{
    color: #FFFFFF;
}

.td_highlight td:hover a
{
    color: #FFFFFF;
}
.td_highlight td:hover
{
    background-color: #0000CC;
    color: #FFFFFF;
}