



img{
  float:right;
  border-radius:px;
  border-color:darkblue;
  border-style:ridge;
  border-width:5px;
  height:
}

body{
  background-color:lightblue;
}

p{
color:royalblue;
font-size:21px;
font-family:monospace;
text-align:left;
}

h6{
  text-align: right;
  font-style:italic
}

a{
  color:red;
  font-size:27px;
  font-family:monospace;
}
h1{
  color:white;
  font-size:32px;
}

ul{
  color:darkgreen;
  font-family:monospace;
  font-size:20px;
}

h2{
  color:darkblue;
  font-size:27px;
}

ol{
  font-family:monospace;
  color:darkgreen;
  font-size:20px;
}