body{
 background-image: url(pics/bkgrnd.gif);
 background-attachment: fixed;
 background-color: #09254D;
 margin: 10px;
 margin-top: 30px;
 color: #ffffff;
 font-family: sans-serif
}

.contain{
 width: 710px;
 border-width: 5px;
 border-color: #ffffff;
 border-style: solid;
 padding-top: 167px;
 background-image: url(pics/header.jpg);
 background-repeat: no-repeat;
 background-position: top left;
 background-color: #09254D;
}

.content{
 padding: 10px;
 text-align: left;
}

.link{
 height: 40px;
 width: 30px;
}

th a{
 color: #ffffff;
 display: block;
 border: 2px solid #ffffff;
 border-right: 0px;
 text-decoration: none;
 padding-top: 7px;
 padding-bottom: 7px;
 font-size: 12pt;
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 background-color: #09254D;
 font-weight: bold;
}

th a:visited{
 background-color: #09254D;
}

th a:hover{
 color: #09254D;
 background-color: #ffffff;
}

.content a{
 color: #ffffff;
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 background-color: #09254D;
 font-weight: bold;
}

.content a:visited{
 background-color: #09254D;
}

.content a:hover{
 color: #09254D;
 background-color: #ffffff;
}