html { 
    margin: 0px;
    padding: 0px;
    text-align: center;
}

body {
    margin: 0px;
    padding: 0px;

    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    
    color: rgb(255,0,0);
    font-style: normal;
    font-size: 12px; 
    font-weight: normal;
    font-family: arial, sans-serif;

    background-color: rgb(255,255,255);
}

table {
    border: 0px;
}

table.body {
    width: 896px;
    border: 0px;
    background-color: rgb(255,0,0);
}

table.display {
    background-color: rgb(255,0,0);
}

td {
    color: rgb(255,0,0);
    font-style: normal;
    font-size: 14px; 
    font-weight: normal;
    font-family: arial, sans-serif;
    background-color: rgb(255,255,255);
}

td.header {
    height: 225px;
    width: 896px;
    background-image: URL(../pics/nscheader.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

td.header_menu {

}

td.footer {

}

a.yellow:link, a.yellow:active, a.yellow:visited { 
    color: rgb(225,212,4);
    font-style: normal;
    font-family: arial, sans-serif;
    text-decoration: none;
}


a.yellow:hover { 
    color: rgb(255,0,0);
    font-style: normal;
    font-family: arial, sans-serif;
    text-decoration: none;
}

a.red:link, a.red:active, a.red:visited { 
    color: rgb(255,0,0);
    font-style: normal;
    font-family: arial, sans-serif;
    text-decoration: none;
}


a.red:hover { 
    color: rgb(225,212,4);
    font-style: normal;
    font-family: arial, sans-serif;
    text-decoration: none;
}

a.redmenu:link, a.redmenu:active, a.redmenu:visited { 
    color: rgb(255,0,0);
    font-style: normal;
    font-family: arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}


a.redmenu:hover { 
    color: rgb(225,212,4);
    font-style: normal;
    font-family: arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.title {
    font-size: 16px; 
    font-weight: bold;
    text-decoration: underline;
}

.display {
    font-size: 15px;
}