h1
{
      color: white
      ;
      text-align: center;
      font: bold;
}
h1 {
      border: 5px solid white;
}
h2
{
       color:white;
       text-decoration: underline black;
       text-align: center;
}
p{
color: white;
font: italic bold 15px arial, sans-serif;
}
body {
background: lightblue;
}
p {
    color: white;
    font: italic bold 15px arial, sans-serif;
}
body {
    background: grey;
}
a:link{
    color:green;
}
a:visited{
    color:white;
}
a:hover
{
color: blue;
}
a:active{
color: teal;
}
ul
{
list-style: upper-roman inside;
}

div #image{
    height: 20px;
    width: 20px:
}

