

h1.firsth1 {
    color:cornflowerblue;
    font-family:fantasy;
    border: 4px dotted
    darkgray;
    
}
a:link, a:visited, a:hover, a:active {
  background-color: darkslateblue;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
    border-radius: 15px;
    border: 5px ridge white;
}

 
a:link {
    color:lightgray;
}
a:visited {
    color:darksalmon;
}
a:hover {
    color:aquamarine;
}
a:active {
    color:aliceblue;
}
    
  
           


body.firstbody {
        color:cadetblue;
        background:floralwhite;
    
}

h2.colorzz {
        color:darkseagreen;
        font-family:monospace;
        border: 4px dashed
        darkgray;

}
body.secondbody {
        background:azure;
    
}
h1.secondh1 {
        color:darkgreen;

}
h2.thirdh2 {
    color:powderblue;
}
.listss {
        color:darkslateblue;
        font-family:fantasy;
        text-align: center;
        list-style-position: inside;
        border-top-style: hidden;
        border-bottom-style: hidden;
        border-right-style: ridge;
        border-right-color: darkgrey;
        border-left-style: ridge;
        border-left-color:darkgrey
      
}
body.thirdbody {
    background:bisque;
    
}
.thirdh2forlinks {
    color:cornflowerblue
}
body.fourthbody {
    background:darkkhaki;
}

.fourthlist  {
    font-weight: 900;
    text-align:center;
    list-style-position: inside;
    
}
.centerfourth {
    text-align:center;
}
.backgroundfive {
    background:beige;
}
