/* CSS Document */

h1
{background: #000000;
color:#00FF00
}

h2
{font: Chiller;
color:#CC0000;
}


a{font-style:italic;
color:#666666;
}

ul{background:#6600FF;
color:#FF00FF;
text-shadow:#000000;
font-size:16px;
}

ol{color:#CC0000;
background:#000000;
font:Chiller
}

body{font-weight:400;
font-style:italic;
}

strong{letter-spacing: 8px;
}

emphasis{background:#6600FF;
outline-color:#00FF00;
}




