body
    {
    color: #461d5d;
    font-family:comic sans ms;
    font-weight: 500;
    }
address
    { 
    font-size: smaller;
    }
h1
    {
    font-family:comic sans ms;
    font-weight: 900;
    font-size: 200%;
    }
em
    {
    color:red;
    }    
.links
    {
    }
.links A:link{color:blue}
.links A:visited{color:fuchsia}
.links A:active{color:fuchsia}


