/* AAQT screen styles */

body {background-image: url(back.jpg)}
#head {text-align: center}
#links {width: 100px; float: left; margin-right: 10px}
#links a {display: block; font-family: sans-serif; color: white; font-size: 14pt}
#links a:link {text-decoration: none}
#links a:visited {text-decoration: none}
#links a:hover {color: black; text-decoration: underline}
#links a:active {text-decoration: none}
#officer {float: left; border: 15px ridge brown}
#main {float: left; margin-left: 10px; border-bottom: 2px solid black; border-top: 2px solid black;
       padding-top: 10px}
#firstp:first-line {font-variant: small-caps}
#firstp:first-letter {float: left; font-size: 400%; line-height: 0.8; color: darkred}

#contacts a {color: white}
#contacts a:link {text-decoration: none}
#contacts a:visited {text-decoration: none}
#contacts a:hover {color: black; text-decoration: underline}
#contacts a:active {text-decoration: none}
