/* CSS Document */

h1

{
font-weight:900;

}

h2
{
font-weight:400;

}

a
{
border:double #00FF00;
color:#FFFFFF;
text-decoration:blink;


}

ul
{
background:#CCCCCC;
}

ol
{
font-style:oblique;
background-color:#666666;
color:#FFFFFF;
}

body
{
background-color:#3300FF;
border:dashed;

}

strong
{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:900;
}

i
{
background:#00FFFF;
font-style:italic;
}

