body { font-family: Verdana; font-size: 10pt; width: 930; height: 800; margin: 20 20 20 20; }
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
    padding: 5px 10px 5px 10px;
}
#logo { float: left; width: 100px ; height: 64px; margin-top: -50px }
#img1 { width: 600px ; height: 450px; }

#NO { background-color : #90EE90; }
#TID { background-color : #FFD700; }
#SPREAD { background-color : #FF4500; }

ul.nav {
    list-style-type: none;
    margin: -20px 0px 15px 600px;
    float: right;
    padding: 0;
    overflow: hidden;
    background-color: #1565AA ;
    font-color: white;
}

li.nav {
    float: left;
}

li.nav a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
