/* CSS Document */
body /* Internet Explorer */ 
{
background-color:#000000;
text-align: center; 
margin-top:0px ; 
margin-bottom:0px;
color:#FFFFFF;
} 

body /* Mozilla Firefox alignment */ 
{
background-color:#000000;
text-align: -moz-center; 
margin-top:0px ; 
margin-bottom:0px;
color:#FFFFFF;
} 

table {
margins: auto;
margin-left: auto;
margin-right: auto;
background-color:#000000;
}

a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color:#CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.mainTxt{
text-align:left;
padding:10px;
}

.aboutTxt{
text-align:left;
padding:10px;
overflow:auto;
height:500px;
width:635px;
}

.artistsTxt{
text-align:left;
padding:10px;
overflow:auto;
height:560px;
width:500px;
}

.affTxt{
text-align:center;
padding:10px;
overflow:auto;
height:560px;
width:500px;
}

.imgStyle{
border:thin;
border-color:#FFFFFF;
border-style:solid;
border-width:thin;
}


