﻿body {
    /* background-color: #DCDCDC; */
    background-color: #74D4FF;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #313540;
    margin: 10px 0px 10px 10px;
}

.showcase {
    
}

.pageHeader {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
}


table.error {
    border: 3px groove red;
    background-color: white;
    /*position: center;*/
    width: 750px;
    height: 100px;
    margin-top: 50px;
}

table.files {
    margin: 10px 2px 2px 10px;
    border-style: inset;
    border-bottom-color: #313540;
    border-bottom-width: 3px;
    border-top-color: #313540;
    border-top-width: 3px;
}

tr.files {
    color: #B4CBFF;
    background-color: #405585;
}
a:link {
    color: #313540;
}
a:visited {
    color: #313540;
}
a:active {
    color: #313540;
}
a:hover {
    color: white;
}
