h1
{
    color:red;
    outline-style: groove;
    outline-color: blue;
    text-align: center;
}
p.underline{
    text-decoration: underline blue;
    color: red;
}
h3
{
    color: red;
    text-decoration: underline overline blue;
}
p {
    color: red;
    font: italic bold 15px arial, sans-serif;
}
body {
    background: lightblue;
}


a:link{
    color:green;
}
a:visited{
    color:red;
}
a:hover
{
    color: blue;
}
a:active{
    color: teal;
}
ul
{
    list-style: upper-roman inside;
}

#image{

    height: 800px;
    width: 700px:
}
#image2{
    height: 100px;
    width: 200px;
}

