/* 
    Document   : photos
    Created on : November 15, 2006, 5:16 PM
    Author     : Bill
    Description:
        
*/

/* 
   file name:         Photos.css
*/

body {background-image: url("images/Bang_Painting1.jpg"); margin: 5 100 50 100; font: normal 6pt Arial, 
Helvetica, sans-serif; color: blue} 
#head {margin-bottom: 0px; padding: 1px; text-align: center}
#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: blue; text-decoration: none}

#subsites a:link {color: blue text-decoration: none}
#subsites a:visited {color: blue; text-decoration: none}
#subsites a:hover {color: red; text-decoration: none}
#subsites a:active {color: blue; text-decoration: none}


