/* CSS Document */

body {			  
	scrollbar-face-color: #CCCCDD;
	scrollbar-shadow-color: #112061;
	scrollbar-highlight-color: #DDDDEE;
	scrollbar-3dlight-color: #6170B1;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #333333;
				  
	background-image:  url(images/musician.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	
	
	font-family: Courier New, Courier, mono;
    color: #B2A856;
	font-size: 13px;	  
}

td,p {
	font-family: Courier New, Courier, mono;
	color: #B2A856;
	font-size: 16px;
}

.large { 
	font-family: Courier New, Courier, mono;
    color: #B2A856;
	font-weight: bold;
	font-size: 26px;
}

.medium { 
	font-family: Courier New, Courier, mono;
    color: #B2A856;
	font-weight: bold;
	font-size: 18px;
}

a.small, a.small:visited { 
	font-family: Courier New, Courier, mono;
    color: #B2A856;
	font-weight: bold;
	font-size: 13px;
}
a.small:hover {
	font-family: Courier New, Courier, mono;
	font-size: 13px;
	font-weight: bold;
    color: #666666;
    text-decoration: none;
}

a.link, a.link:visited {
	font-family: Arial, Helvetica, Verdana;
	font-size: 15px;
	font-weight: bold;
    color: #B2A856;
    text-decoration: underline;
}
a.link:hover {
	font-family: Arial, Helvetica, Verdana;
	font-size: 15px;
	font-weight: bold;
    color: #666666;
    text-decoration: none;
}

#nextLink {
	visibility: visible;
}