/* online choir screen styles */
   #links a:link {text-decoration: none}
   #links a:visted {color: blue; text-decoration: box}
   #links a:hover {color: white; text-decoration: undeline}
   #links a:active {text-decoration: box}
   #links1 a:link {text-decoration: none}
   #links1 a:visted {color: blue; text-decoration: box}
   #links1 a:hover {color: white; text-decoration: undeline}
   #links1 a:active {text-decoration: box}
   #links2 a:link {text-decoration: none}
   #links2 a:visted {color: blue; text-decoration: box}
   #links2 a:hover {color: white; text-decoration: undeline}
   #links2 a:active {text-decoration: box}
   address {color: blue; font-style: normal; font-variant: small-caps; text-align: center}
   body {background: tan; repeat-y; color: black}
   h1, h2, h3, h4, h5, h6, a {font-family: sans-serif; color: #990000}
   #head img {width: 160; height: 86}
   #audio img {width: 252; height: 181}
   #video img {width: 252; height: 171}
   

   #linklist {position: absolute; top: 265; left: 5; width: 160px; padding: 5px}
   #linklist a:link, #linklist a:visited {color: black; font-size: 9pt; text-decoration: none}
   #linklist a:hover {text-decoration:underline; color: rgb(102,102,102)}
   #linklist a:active {color: rgb(128,128,255)}

/* the following applies padding and margin */

   #head {border-bottom: 2px solid white; background-color: BLACK; 
          position: center; top: 0; left: 0; padding: 5px}


/* the following shows floating of page element */
   #schedule {float: right; background-color: white; border: 2px solid #990000; 
             width: 310px; text-align: center; padding: 5px; font-size: 8pt; color: white}

   #articles {margin-left: 165px; margin-top: 50px; font-size: 12pt}
   .firstp:first-letter {float: left; font-size: 300%; font-color: black; line-height: 0.75}
   #article2 {clear: right; border-top: 1px solid black; position: center}

   #audio, #video {text-align: center; font-size: 8pt; font-family: sans-serif}
   #audio {float: right; margin: 0px 0px 5px 20px}
   #video {float: left; margin: 0px 20px 5px 0px}
   #box {width: 250px; float: right; background-color: ivory; margin: 5px 0px 5px 5px; border: 5px outset pink}
   #box h3 {text-align: center}
   #box ul {list-style-type: square; margin-left: 20px; padding-left: 0px}
   #box li {font-family: sans-serif; font-size: 8pt}
   #box la {font-family: sans-serif; font-size: 10 pt; font-color: white}	  