body{
     margin-top:50px;
     margin-right:50px;
     margin-bottom:40px;
     margin-left:70px;
     background-image:url("5.jpg");
     background-repeat:repeat;
}

.t{
   color:black;
   font-family:Engravers Mt;
   font-size:28pt;
   text-align:center;
   font-weight:bold;
   text-decoration:blink;
   background-color:yellow;
   background-position:center;
   display:block;
   width:145px;
  }
.t2{
   color:black;
   background-image:url("css.jpg");
   font-family:forte;
   font-size:28pt;
   text-align:center;
}
.e{
   color:black;
   font-family:courier new;
   font-size:19pt;
   text-decoration:underline;
}
.p{
   margin-top:50px;
   margin-right:50px;
   margin-bottom:40px;
   margin-left:70px;
   color:black;
   font-family:courier new;
   font-size:10pt;
   font-weight:normal;
   background-color:violet;
   border-style:inset;
   border-width:thick;
   height:300px;
   width:950px;
   padding:20px;

}
.p1{
   color:black;
   font-family:elephant;
   font-size:12pt;
   font-weight:normal;
   background-color:gold;
   text-decoration:underline;
}
a:link, a:visited{
       margin-top:10px;
       margin-right:10px;
       margin-bottom:10px;
       margin-left:10px;
       color:black;
       background-color:aqua;
       font-family:times new roman;
       font-size:28pt;
       font-weight:bold;
       text-align:center;
       text-decoration:none;
       border-style:groove;
       border-color:gold;
       width:900px;
       height:95px;
       border-width:thick;
}
a:hover, a:active{
                  color:black;
                  background-color:pink;
}
.t2{
   color:black;
   background-image:url("css.jpg");
   font-family:forte;
   font-size:28pt;
   text-align:center;
}
.layer1{
        color:white;
        background-color:yellow;
        background-position:center;
        font-family:elephant;
        font-size:29pt;
        text-align:center;
}
.layer2{
    color:black;
    background-color:aqua;
    font-family:elephant;
    font-size:20pt;
    text-align:center;
    text-decoration:none;
}