/* CSS Document */

h1
{
font-family: chiller;
color: #CC0000;
}

h2
{
background-color:#000000;
color: #00FF00;
}

a
{
border:groove;
background-color:#FF00FF;
}

ul
{
border:ridge;
background-color:#99FF00;
border-bottom-color:#9900FF;
} 

ol
{
letter-spacing:5px;
}

body
{
background-color:#999999;
}

strong
{
font-size:36px;
}

em
{
text-decoration:line-through;
color:#666633;
}
