body{background-color: rgb(182, 180, 180);} 
div{padding-left: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 10px;
border-radius: 10px;} 
.a{border-style: ridge; font-size: larger;
    
    text-decoration: overline;
     border-color: #03cef7;
     background-color: #79c2d0;

     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;}

.b{ border: double; font-family: cursive; 
     border-color: #30def5;
     background-color: #bbe4e9;
    text-decoration: line-through;}
.c{ 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
font-style: italic; font-variant: small-caps;font-size: larger ;
border-style: dotted; border-color:#6af513 ;
background-color: #aeff7bd2;
 text-decoration: underline}
.d{border-style: solid ; text-decoration: line-through
    ; border-color: #ebf13d;
background-color: #ecf077c4;}
.e{border-style: dashed;
    background-color: #ffebbb;
     border-color: #f1bb3c;}
.f{border-style: groove; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-style: initial;
    text-decoration-line: underline;
    border-color: #f35b0f;
    background-color: #f3b89b;}
button{height: 30px; border-radius: 5px; background-color: blue; }
#home{color: white; text-decoration: none;}

