body, th, td, pre {
    font-size: 80%;
    font-family: verdana,arial,helvetica,sans-serif;
}

body { background-color: #000000;
       background: url("jets.jpg") 50% 50% no-repeat;
     }

h1, h2, h3 {
    font-weight: bold;
    color: #ffffff;
    font-family: verdana,arial,helvetica,sans-serif;
    text-align: center
}

h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }

A { 
    font-family: verdana,arial,helvetica,sans-serif;
	 font-weight: normal;
    text-decoration: none;
}
	
A:link { color: #00ff00; }
A:visited { color: #00ff00; }
A:active { color: #00ff00; text-decoration: underline; }
A:hover { text-decoration: underline; }

