body{
  background-color: /*green #509437*/white;
  background-image: url(/*"https://shashack.neocities.org/Random-img-shiz/bgAT.gif""https://shashack.neocities.org/Random-img-shiz/square.gif"*/);
}

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

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

p{
  text-align: center;
  font-family: "Times New Roman", Arial, Sans-Serif;
  color: purple;
}

p:hover{
  color: green;
}

a{
  color: green;
}

a:visited{
  color: red;
}

a:visited:hover{
  color: blue;
}

a:hover{
  color: grey;
}

a:active{
  color: pink;
}

table{
  border: 2px solid black;
}

td{
  border: 1px dotted black;
}

/*
:hover
:active
:visited
*/