/* styles.css - an external style sheet to use with home page */

    a {color: black; font: bold;}
    a img {border-color: black;}
    a.submenu {color: blue}
    a:link {text-decoration: none;}
    a:visited {text-decoration: none;}
    a:hover {text-decoration: none;}
    a:active {text-decoration: none;}

    body {background: url(back.gif) no-repeat;}

    table {width: 100%; font-family: cursive; font-size: 20px;}
    table.resume {font-family: serif; font-size: 15px;}
    table.storyboard {width: 100%;}
    
    td.center {background: url(newhome.gif) bottom right fixed no-repeat}
  
    

    