body{background-color: lightgreen}

h1{color:red;
font-family: consolas;
font-size:25px;
text-align: center;
background-color:lightblue;
border-style:solid;
border-color: blue; 
margin-left: 40%;
margin-right: 40%}

p{color:blue;
font-family:arial; }

a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: none;
}

h2 {color:darkblue;
font-family: arial;
font-size:15px;}

ul {color:darkblue;
font-family: arial;
font-size:15px;}

img {
  padding-left: 10% ;
  width: 40%;
}