/* 
    Document   : patrolreports
    Created on : November 1, 2008, 4:54 PM
    Author     : Bill Fenton
    Description: Bang War Patrol Reports Style Sheet
        

     Filename:         patrolreports.css
   Supporting files: none 
      
*/


body {background: lightblue; margin: 5 100 50 100; font: normal 10pt Arial, 
Helvetica, sans-serif; color: blue} 
#head {margin-bottom: 0px; padding: 1px; text-align: center}

#title {position: relative; left: 215px; top: 0px}

#click {position: absolute; left: 600px; top: 320px}

#sound {position: relative; right: 100px; top: 0px}

#links {width: 200px; float: left; background-color: blue; 
margin-right: 5px; padding: 10px; font-size: 0.7em; border: 5px double red; 
position: relative; left: 0px; top: 0px}  
#links a {display: block; font-family: sans-serif; color: white; font-size: 11pt;
 text-align: right; vertical-align: middle}
#links a:link {text-decoration: none}
#links a:visited {color: white; text-decoration: none}
#links a:hover {color: red; text-decoration: none}
#links a:active {color: white; text-decoration: none}

#patrolreports a:link {color: blue; text-decoration: underline}
#patrolreports a:visited {color: brown; text-decoration: none}
#patrolreports a:hover {color: maroon; text-decoration: underline}
#patrolreports a:active {color: brown; text-decoration: underline}



