body 
{
background-color: ffffff;
color: #000000;
margin: 	0;
padding: 	0;
height:		100%;
text-align: center;

}

html 
{
height:		100%;
font-family: verdana;
font-size: 10pt;
}



#holder
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 720px;
	border:	1px #ffffff;

}

#bands
{
	font-size:10px;;

}

.link1{
margin-bottom:5px; 

font-size: 1em;
font-weight:bold;
}

.link1 a:hover {
background-color: #cccccc;
color: #000000;
padding-right:0px;
margin-bottom:1px;
font-weight:bold;
}

.link2{
margin-bottom:.3em; 

font-size: 1em;
font-weight:bold;
}

.link2 a:hover {
background-color: #cccccc;
color: #000000;
padding-right:5px;
font-weight:bold;
}
.link3{
margin-bottom:3px; border:1px solid #999999;font-size: 1em;
}

.link3 a:hover {
background-color: #cccccc;
color: #000000;
padding-right:5px;
}
.link4{
margin-bottom:3px; border:1px solid #999999;font-size: 1em;
}

.link4 a:hover {
background-color: #cccccc;
color: #000000;
padding-right:4px;
}


A:link{color: red; text-decoration:none;}
A:active{color:red; text-decoration:none;}
A:visited{color:red; text-decoration:none;}
A:hover{color:#6F0000; text-decoration:underline;}

a.footerlink:link { color: #000000; text-decoration: none }
a.footerlink:visited { color: #000000; text-decoration: none }
a.footerlink:active { color: #000000; text-decoration: none }
a.footerlink:hover { color: #6F0000; text-decoration: none }

