html
{		
    background-color: #222;
}

body
{ 
    color: #CCC; 
    background: url(btmgrnd.jpg) no-repeat bottom left;
}

h1, h2, h3, h4
{ 
    color: skyblue;
}

a:link
{ 
    color: lightblue;
}

a:visited
{ 
    color: violet;
}

a:hover, a:active
{ 
    color: #347C17;		/* green4 (dark green) */
}

img#title
{
    background: url(gradient480.jpg) no-repeat bottom left;
}
