﻿
#content h5
{
    text-align: left;
}
.discography
{
    font-weight: bold;
}
.info
{
    width: 100%;
    padding-left: 10px;
     color:inherit;
    font-weight: 100;
    border-bottom: solid 2px purple;
    float: left;
    clear:both;
    font-size: 100%;

}
.info2
{
   color:inherit;
    width: 50%;
    float: right;
   clear:both;
    font-size: 100%;
    padding-left: 15px;

}
.info3
{
    color:Red;
}

.members
{
    padding-left: 130px;
}
.discography td
{
    text-align: center;
    font-size: small;
    width: 25%;
    border-color: Yellow;
}
.discography tr
{
    color: Red;
}

.discography table
{
    border-color: Yellow;
}

.discography img
{
    border-color: #9900FF;
    border-style: inset;
    border-width: 5px;
}
.discography h3
{
    color: Orange;
    font-weight: bolder;
    font-size: 160%;
    text-align: center;
}
.discography a:link
{
    border: none;
    color: red;
    text-decoration: none;
}
.discography a:visited
{
    border: none;
    color: red;
    text-decoration: none;
}
.discography a:hover
{
    border: none;
    color: Lime;
    text-decoration: none;
}

.singles a:visited
{
    border: none;
    color: purple;
    text-decoration: none;
    padding: 2px;
}

.singles a:link
{
    border: none;
    color: orange;
    text-decoration: none;
    padding: 2px;
}
.singles img
{
    border: none;
}
.singles h1
{
    color: purple;
}

/*************Discography table******************/

.titlePanel h1
{
    font-family: Chiller,Arial,sans-serif;
    margin: 5px;
    padding-bottom: 8px;
    color: red;
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-color: #9900FF;
    border-style: outset;
    border-width: 8px;
}
.titlePanel img
{
    float: left;
}

.floatLeft
{
	text-align:left;
}