BODY
{
    BACKGROUND-COLOR: #c0c0c0;
    FONT-FAMILY: Times New Roman;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
}

/*=== ANCHOR TAGS ========================================*/
A
{
    color: whitesmoke;
    font-weight: bold;
}
A:hover
{
    color: yellow;
    font-weight: bold;
}

TABLE
{
	border-colorlight: yellow;
}

/*=== CLASS -- dateDisplay ========================================*/
.dateDisplay
{
    BACKGROUND-COLOR: #c0c0c0;
    BORDER-LEFT: 0;
    BORDER-BOTTOM: 0;
    BORDER-RIGHT: 0;
    BORDER-TOP: 0;
}

/*=== CLASS -- artistQuote ========================================*/
.artistQuote
{
    FONT-FAMILY: Courier New;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
}