 /* Style Sheet for Film Society Pages 1.0 */
 
 /* links */
 
a {
      text-decoration: none;}
a:link {
      color: red; 
      background: transparent;}
a:visited {
      color: purple; 
      background: transparent;}
a:active {
      color: green; background: transparent;}
a:hover { 
      text-decoration: underline;}

/* body */
 
body { 
    font-family: Verdana, arial, sans-serif; 
    background-image: url(../graphics/cfs2004bg.jpg);
    color: blue; 
    background-color: navy;}
    
    /* options for bg image of cfs2004bggrey and   */ 
    /*                         cfs2004bgpale       */
    /* forum/templates/Solaris/images/bg_space.jpg */
