body 
{
    border: 10px solid forestgreen;
    font: 15px arial;
}
h1
{
    text-align: center;
}

h3
{
    text-align: left;
    font: italic bold 20px times-new-roman;
}

ul
{
    list-style: square inside;
}

a:link
{
    color: #33C8FF;
    text-decoration: none;
}
a:visited
{
    color: #0062FF;
    text-decoration: none;
}
a:hover
{
    color: #003FA3;
    text-decoration: none;
}
a:active
{
    color: #FF33EB;
    text-decoration: none;
}

#bear
{
    width: 45%;
}
