
body {
        background-color: #003366;
        color: #cccccc;
}

a.title {
font:bold;
font-size:larger;
}

img.thumb {
width:200;
height:133;
border:0;
}

td.thumb {
text-align:right;
vertical-align:top;
width:30%;
}

td.descrip {
vertical-align:top;
text-align:left;
width:70%;
}

/* Custom link styles */

a:link {
        text-decoration: none;
        color: #888888;
}

a:visited {
        text-decoration: none;
        color: #666666;
}

a:hover {
        text-decoration: underline;
        color: #FFFFFF
}

a:active {
        text-decoration: none;
        color: #390000;
}
