A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {background: #6762A5; text-decoration: underline; font-style: italic; color: white; 
font-weight: bold;}
A:hover {background:  #6762A5; text-decoration: underline; color: white; font-weight: bold;}


body {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
}

td{
    font-color:white;

    font-size: 16px;

}



#top {
    width: 100%;
    height: 215px;
    background-color: white;
    border: 0;
    border-style: none;
    border-width: 0;
    text-align: center;
    margin-left: 0; 
    margin-right: 0;
    margin: 0;
    padding: 0;
    float:none;
}

#header {
    width: 675px;
    height: 181px;
    background-image: url('header2.jpg');
    background-repeat: no-repeat;
    background-position: center; 
    text-align: center;
    margin-left: auto; 
    margin-right: auto;

}

#box {

    width: 675px;
    height: auto;
    background-image: url('bg.jpg');
    background-repeat: repeat;
    background-position: center; 
    text-align: center;
    margin-left: auto; 
    margin-right: auto;
    padding: 0px;
    font-family:arial, sans-serif;

}

#box1 {
    width: 675px;
    height: auto;
    background-image: url('bg.jpg');
    background-repeat: repeat;
    background-position: center; 
    text-align:justify;
    margin-left: auto; 
    margin-right: auto;
    padding: 0px;
    font-family:arial, sans-serif;
}

#boxt {

    width: 675px;
    height: 500;
    background-color: 6762A5;
    border: 2px solid white;
    text-align:left;
    margin-left: auto; 
    margin-right: auto;
    padding: 10px;

}


#boxold {

    width: 675px;
    height: auto;
    background-color: 6762A5;
    border: 2px solid white;
    text-align: center;
    margin-left: auto; 
    margin-right: auto;
    padding: 10px;

}
