
/* Stylesheet for BirdWalker 2 */


/* ************************ The Big Structural Sections ******************************** */

body
{
	background-color: white;
	font-family: "Gill Sans";
	text-align: center;
 	background-image: background-repeat: x y; background-position: center top; background-color: white;
}


thead
{
	font-style: bold
}

h1
{
	margin-top: 40px;
}

.songlabel
{
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-radius-topright: 8px;
	-webkit-border-radius-topleft: 8px;
	background-color: #64A8D1;
	width: 172;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10pt;
}

.playbutton
{
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius-bottomright: 8px;
	-webkit-border-radius-bottomleft: 8px;
	background-color: #64A8D1;
	width: 172;
	height: 31;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.playbutton a
{
	color: green
}

.playbutton a hover
{
	color: green
}

.columnlabel
{
	font-size: 14pt
}
