body{
     margin-top:40px;
     margin-right:50px;
     margin-bottom:40px;
     margin-left:50px;
     background-image:url("b5.jpg");
     background-repeat:no repeat;
}
.t{
     background-color:silver;
     color:black;
     font-family:algerian;
     font-size:48pt;
     text-align:center;
     border-style:inset;
     border-width:thick;
     width:25px;
     height:25px;
     
}
.p{
   color:blue;
   font-family:elephant;
   font-size:18pt;
   text-align:center;
   text-decoration:underline;
}

.t2{
   color:black;
   background-color:yellow;
   font-family:forte;
   font-size:38pt;
   text-align:center;
}
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;
}