h1{
    color:red;
    font: bold;  
    text-align: center;
}

h1
{
    border: 2px solid gray;
}

h2
{
    color: gray;
    text-decoration: underline blue;
    text-align: center;
}

p
{
    color: white;
    font: italic bold 15px arial, sans-serif;
    text-align: center;
}

body
{
    background: orange;
}

ul{
    list-style: upper-roman inside;
}

p
{   color: orange;
    font: italic bold 15px arial, sans-serif;
}

body
{
    background: navy;
}

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

a:link
{
    color: blue;
}

a:visited
{
    color:white;
}

a:hover
{
    color: red:
}

a:active
{
    color: yellow;
}


