/*Stylesheet for Dad's Webpages*/

body {background-image: url(images/pback.jpg)}
h1 {text-align: center; font-family: fantasy; font-size: 400%}
 p    {font-family: fantasy; font-size: 200%}

         a:link {color: brown; text-decoration: none}
         a:visited {color: brown; text-decoration: none}
         a:hover {color: black; text-decoration: underline}
         a:active {color: #005599; text-decoration: none}
       
        h2 {text-align: center; color: black; font-family: fantasy; font-size: 250%}
        #links {text-align: center; font-size: 250%; display: block; width: 20%; 
                 background-color: #005599; padding: 15px}