body {
     background-color: #000033;
     font-family: Tahoma;
     font-size: 11px;
}
.text {
     widith: 300px;
     color: #000000;
     font-family: Tahoma;
     font-size: 11px;
     text-decoration: overline underline;
     font-weight: bold;
}

a {
    color: #996699;
     font-family: Tahoma;
     font-size: 11px;
     text-decoration: underline;
}
a:hover {
    color: #996699;
     font-family: Tahoma;
     font-size: 11px;
     text-decoration: overline;
}

block {
    font-decoration: block;
    widith: 300px;
    align: left
     color: #000000;
     font-family: Tahoma;
     margin-right: 100px;
     font-size: 11px;
    
}