body {
  background-color: red;
  color: blue;
  font-family: monospace;
  font-size:20px;
}
img{
  height:250px;
  border-radius:10px;
}
table{
  color:green;
  background-color:orange;
}
h1{
  text-shadow:1px 1px;
  text-decoration:underline;
}
a{
  color:blue;
  text-shadow:1px 1px;
}
p{ 
   text-indent: 30px;
}