body { margin: 5px; background-color: rgb(0,0,0); cursor: default; font-family: Tahoma; font-size: 7pt; color: white }
h1 {
    font-family: Tahoma;
    font-size: 7pt; 
    color: white;
}    
h2 {
    font-family: Tahoma;
    font-size: 7pt;
    color: white;
    font-weight: lighter;
    display: inline; 
}


ul {list-style-type:square;}
table { font-family: Tahoma; font-size: 7pt; color: white }
.a1:link { color: rgb(200,200,200); text-decoration: none }
.a1:visited { color: rgb(200,200,200); text-decoration: none }
.a1:active { color: rgb(200,200,200); text-decoration: none }
.a1:hover { color: rgb(255,168,40); text-decoration: underline }
.a2:link { color: rgb(200,200,200); text-decoration: none }
.a2:visited { color: rgb(200,200,200); text-decoration: none }
.a2:active { color: rgb(200,200,200); text-decoration: none }
.a2:hover { color: rgb(180,200,250); text-decoration: underline }
.as:link { text-decoration: underline; color: rgb(255,255,255) }
.as:visited { text-decoration: underline; color: rgb(255,255,255) }
.as:active { text-decoration: underline; color: rgb(255,255,255) }
.as:hover { text-decoration: none; color: rgb(195,212,247) }
.inputtext { border: 1px; border-style: solid; border-color: rgb(120,120,120); background-image: url('txt.jpg'); height: 16px; width: 200px; font-family: Tahoma; color: rgb(255,255,255); font-size: 7pt; font-weight: bold; margin-top: 3px }
