Body {background-color: #eeeeee; color: #000000;}

table {background-color: #eeeeee; color: #000000;}

h1,h2,h3,h4,h5,h6,p,th,td,span,div {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}


h1 {font-size: 16pt; color: 000000;}
h2,h3,h4,h5,h6,th 
{font-size: 14pt; color: 000000;}
p,span,div {font-size: 12pt;}
td {vertical-align: top; font-size: 10pt;}
td.date {vertical-align: top; text-align: left; color: ##000000; font-weight: bold;}




a:link {text-decoration: none; color: #C73232;}
a:visited {text-decoration: none; color:#C73232;}
a:active {text-decoration: none; color: #373232; background-color: #373232;}
a:hover {text-decoration: none; color: #000000; background-color: #C73232;}

/* CSS Document */
/* Discography styles */

.clear_float
{
    clear: both
}

.discog_item
{
    margin-bottom: 15px;
    
    padding: 10px;
    
    background: #dddddd;
}

.discog_title
{
    
    float: left;
    
    width: 400;
}

.discog_code
{
    float: right;
    
    font-weight: bolder;
}

.discog_image
{
    float: left;
    
    padding: 10px 10px 10px 0px;
}

.discog_image img {

	padding: 4px;

	border: 1px solid #333;

}

.discog_tracklist
{
padding: 10px;    

    float: left;
	
}

.discog_tracklist ul li
{

	list-style-type: decimal;
	
}

.discog_tracklist a
{

	color: #ffffff;
	
}

.discog_downloadbox
{
	
	border: 1px solid #43392a;
	
	background: #111111c;

width: 100%;

height: 46px;
}
.discog_downloadbox a
{
	color: #000000;
}
.discog_download
{
float: left;
}

