/* The normal stylesheet */

BODY
{
    font-family: Helvetica, sans-serif;
    background: white;
}

A:link 
{ 
    font-family: Helvetica, sans-serif; 
    color: blue; 
    font-weight: bold;
}

A:visited 
{ 
    font-family: Helvetica, sans-serif;
    color: purple;
    font-weight: bold;
}

A:active
{ 
    font-family: Helvetica, sans-serif;
    color: green;
    font-weight: bold;
}

A:hover
{
    font-family: Helvetica, sans-serif;
    color: red;
    font-weight: bold;
}

.standard
{
    font-family: Helvetica, sans-serif;
    color: black;
}

.smallBold
{
    font-family: Helvetica, sans-serif;
    color: black;
    font-size: x-small;
    font-weight: bold;
}

.smallestBold
{
    font-family: Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
}

.albumName
{
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
}

.smallAlbumName
{
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: x-small;
}

.largeHeader
{
    font-family: Helvetica, sans-serif;
    color: black;
    font-weight: bold;
    font-size: large;
}

.largestHeader
{
    font-family: Helvetica, sans-serif;
    color: black;
    font-weight: bold;
    font-size: x-large;
}

.largeFancy
{
    font-family: Helvetica, sans-serif;
    color: red;
    font-weight: bold;
    font-size: large;
    font-style: italic;
}

.largestFancy
{
    font-family: Helvetica, sans-serif;
    color: red;
    font-weight: bold;
    font-size: x-large;
    font-style: italic;
}

.small
{
    font-size: x-small;
    font-family: Helvetica, sans-serif;
}

.bold
{
    font-family: Helvetica, sans-serif;
    font-weight: bold;
}

.title
{
    font-family: Helvetica, sans-serif;
    color: white;
    text-align: center;
    font-weight: bold;
}

.lyrics
{
    font-family: times, serif;
    font-size: x-small;
    font-style: italic;
}

.standardLyrics
{
    font-family: Helvetica, sans-serif;
    color: black;
}

.mediumHeader
{
    font-family: Helvetica, sans-serif;
    color: black;
    font-weight: bold;
    font-size: medium;
}

.indexLink
{
    font-family: Helvetica, sans-serif;
    color: blue;
    font-weight: bold;
    font-size: xx-small;
}

.fixedFont
{
    font-family: Courier, fixed, monospace;
    font-size: medium;
}

