﻿/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/


hr
{
    height: 2px;
    color: #9900FF;
    width: 99%;
}
.indent
{
    padding-left: 20px;
}
.italics
{
    font-style: italic;
    padding: 5px;
}

.titlePanel h1
{
    font-size: xx-large;
    text-align: center;
    text-transform: uppercase;
    border-color: #9900FF;
    border-style: outset;
    border-width: 8px;
}
.titlePanel img
{
    float: left;
}


.story img
{
    border: none;
    padding: 0px;
    margin: 0px;
}


#content h3
{
    text-align: left;
}

.lyrics td
{
    text-align: center;
    font-size: small;
    width: 33.33%;
    border-color: Yellow;
}
.lyrics tr
{
    color: Red;
}

.lyrics table
{
    border-color: Yellow;
}





