/*
 *  This is a seperate styles sheet for the contents of the webring.html
 */

BODY
{
    font-size: small;
	background: #000000;
	margin: 20;
}

A
{
    font-size: small;
    color: #990033;
    text-decoration: underline;
}

A:hover
{
    font-size: small;
    color: #000099;
    text-decoration: underline;
}
