body  {
	color: #000000;
	font-size: 11px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #ffffff;
}
body2 {
	border-right-width: medium;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
	padding-left: 25px;
	padding-right: 25px;
}
a{
color: #000000;
display: block;
font-weight: bold;
text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.copyright {
	font-size: x-small;
}
.h1 {
	font: Tahoma, Geneva, sans-serif;
	font-size:36px;
}
.h2 {
	font: Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#000000;
}

.tab h3{
color: #333;
padding: 3px;
font-size: 12px;
margin: 0 1px 1px 0;
text-align: center;
background: #EEEEEE;
}
.h3{
margin: 0;
padding: 5px;
font-size: 14px;
}
p{
margin: 0;
padding: 5px;
line-height: 1.5em;
}
#wrapper{
width: 850px;
margin: 0 auto;
}
#left{
float: left;
width: 250px;
}
#right{
float: right;
width: 600px;
}
.tab{
color: #333;
padding: 3px;
margin: 0 1px 1px 0;
text-align: center;
background: #EEEEEE;
}
.stretcher{
background: #DDDDDD;
}
.lyrics{
	font-size: 10px;
}
-->
</style>


