

body {background-image: url(baby2.gif); background-color: #CCCCCC; font-family: verdana, geneva, sans-serif; }



h1, h2, h3, h4, h5, h6 {color: green}



table {border: 5px inset gray; background-color:gray; }

table th {background-color: green;}



#home {text-align: center; background-color: yellow }

#home a {color: black; font-size: 10pt; width: 100px; padding: 2px;
    font-family: courier-new, Helvetica, Sans-serif; }

#home a:link {text-decoration: none;}

#home a:visited {text-decoration: none;}

#home a:hover {color: green; background-color: pink; text-decoration: underline;

    border: 1px dotted black;}

#home a:active {text-decoration: none}

