@charset "utf-8";
/* CSS Document */

body {
	background-color:#999;
}

table.home {
background-image:url(images/chris_coursey_band_bg.png);
text-align: center;
color: #000000;
width: 950px;
height: 1229px;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px;}

.homeBod p { 

width: 900px;
height: 1000px;
text-align: center;
margin-top:10px;
padding-top:10px;
} 

.menu {
	margin-top: 10px;
}

.toplink {
	margin-top: 10px;
	text-align: center;
color: #ffffff;
width: 900px;
height: 30px;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
font-weight:bold;
border: 0px #000000 solid;
border-collapse: collapse;
border-spacing: 0px;}
}

 a.toplink:link {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	font-weight : bold;
}
 a.toplink:hover   {
	color: #F00;
	font-size: 16px;
	text-decoration: underline;
	font-weight : bold;
}
 a.toplink:active  {
	color: #FF0000;
	font-size: 16px;
	text-decoration: none;
	font-weight : bold;
}

.toplinktext {
	color: #CCC;
	font-size: 16px;
	text-decoration: none;
	font-weight : bold;
}