body{
                  background-image: url(images.jpg);
                  background-no-repeat;
}



a:link, a:visited{
   font-family:bold;
   font-size:28pt;
   color:blue;
   text-align:center;
   background-color:violet;
   display:block;
   width:420px;
   border-style:ridge;
   border-color:silver;
   width:300px;
   height:45px;
   border-width:thick;

}
a:hover, a:active{
   color:blue;
   background-color:pink;

   
}
.d{
font-family:times new roman;
font-size:28pt;
color:black;
text-align:justify;
background-color:white;
}
.e{
   font-family:jokerman;
   font-size:40px;
   color:red;
   background-image:url("image.jpg");
   text-align:center;
   display:block;
   border-style:ridge;
   border-color:silver;
   width:550px;
   height:45px;
   border-width:thick;
}


