a:hover {
    font-weight: bold;
    color: #1E1EA3;
    text-decoration: underline;
}

a:hover img.logo  {
    border: 2px solid #FFFFFF;
}

table.banner {
    position: relative;
    width: 100%;
    background: #1F3F5C;
    border-radius: 13px;
}
table.nav {
    width: 100%;
    text-align: center;
    padding: 4px;
    background: #f2f2fa;
    border: 0px solid #707070;
    border-collapse: collapse;
}

p {
    margin-bottom: 0.08in;
    width: 100%;
    align: justify;
}

img {
    margin: 3px;
}

img.screenshot {
    width: 480px; 
    height: 360px;
    border: 2px solid #707070;
}

img.miniscreenshot {
    border: 2px solid #707070;
}

img.logo {
    margin: 3px;
    border: 2px solid #ccc;
    border-radius: 10px;
}
big {
    font-weight: bold;
}

body { 
    background: #707070 url('Images/brushed_metal.png') fixed right top;
    font-family: Liberation Sans;
    align: justify;
/*    margin-top: -6;  firefox hack */
    padding: 0px 6px 0px 0px;
    margin: 0px 0px 6px 0px;
}

.footerdiv {
    position: relative;
    background-color: #F7F7FA;
    width: 100%; 
    padding: 4px;
    margin-top: 40px;
    margin-bot: 6px;
    border: 4px solid #707070;
    border-style: double;
    font-family: inherit;

}

.bannerdiv {
    position: relative;
    width: 100%;

    border-radius: 13px;

    background: #1F3F5C;
    border: 2px solid #ccc;
    valign: center;
    font-family: Georgia;
    }

.nofixdiv {
    margin: 3px;
    position:relative; 
    top:36px; 
    left:12%; 
    z-index:1; 
    visibility:visible;
}
 
.fixdiv {
    margin: 3px;
    position:fixed; 
    top:30; 
    left:10%; 
    z-index:1; 
    visibility:visible;
}

.introdiv {
    position: relative;
    margin: 0px 10% 40px;
    padding: 9px;
    background-color: #f2f2fa; 

    border-radius: 10px;
    
    border: 4px solid #707070;
    font-family: Liberation Sans; 
}     
.contentdiv {
    position: relative;
    margin: 40px 10% 40px;
    padding: 9px;
    background-color: #f2f2fa; 

    border-radius: 10px;
    
    border: 4px solid #707070;
    font-family: Liberation Sans; 
}    
