/*Father's Day Website Stylesheet*/
body {background-image: url(images/clouds.jpg)}
         a:link {color: brown; text-decoration: none}
         a:visited {color: brown; text-decoration: none}
         a:hover {color: black; text-decoration: underline}
         a:active {color: blue; text-decoration: none}
        h1 {text-align: center; font-family: fantasy; color: black; font-size: 300%}
        h2 {text-align: center; color: black; font-family: fantasy; font-size: 250%}
        #links {text-align: center; font-size: 250%; display: line; width: 100%; 
                 background-color: #005599; padding: 15px}
        p {font-family: fantasy; font-size: 150%}
        #goto {text-align: center}