body{
  background-color: #bb92ea ;
  /*background-image: url("https://tse1.mm.bing.net/th?id=OIP.C6ZHyw05OXb6y8-jG-C5jAAAAA&pid=Api");*/
  
  }

img{
  border: 2px solid purple;
  float: right;
  width: 200px ;
  height: 200px ;
}

img:active{
  border-width: 4px;
}

p{
  text-align: left;
  font-family: cursive, "Times New Roman", Arial;
  color: #174214;
  font-size: 18px;
  }

p:hover{
  color: green
  }
  
a{
  color: green;
  }  
  
a:hover{
  color: grey;
  }
a:visited{
  color: red;
  }
a:visited:hover{
  color: blue;
  }
  
a:active{
  color: pink;
  }
  
table{
  border: 2px soild purple;
  }
  
td{
  border: 1px dotted purple;
  }

