﻿.Heading
{
    font-weight: bold;
    font-size: 12pt;
    color: #990033;
    text-align: center;
    overflow: auto;    
}
.Author
{
    font-weight: bold;
    font-size: 10pt;
    color: blue;
    font-family: Arial;
    text-align: right;
}

.marqmessage
{    
    font-size: 12pt;
    color: white;
    font-family: Arial;
    text-align: right;
}

.SongList A:hover
{
     text-decoration:none;    
}

.Chorus
{
    font-weight: bold;
    color: #006600;    
    font-size: 10pt;
}

.TheSong
{
    font-size: 8pt;
    color: Navy;
    line-height: 15pt;
    font-family: Verdana;
}
.MainContent
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    height: 350px;
    background-color: #f0f8ff;
    color: #666666;
    line-height: 18pt;    
}
.TheSong12
{
    font-size: 9pt;
    color: #006633;
    line-height: 18pt;
    font-family: Verdana;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.Paragraph
{
    border-right: #ffff33 1px solid;
    border-top: #ffff33 1px solid;
    font-weight: bold;
    font-size: 10pt;
    border-left: #ffff33 1px solid;
    color: #ffffff;
    border-bottom: #ffff33 1px solid;
    background-color: #990033;
    text-align: right;
    margin-left: 150px;
    width:50px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.Button
{
    border-right: #ffff33 1px solid;
    border-top: #ffff33 1px solid;
    font-size: 8pt;    
    border-left: #ffff33 1px solid;
    color: #ffffff;
    border-bottom: #ffff33 1px solid;
    background-color: #990033;
    text-align: center;    
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
}