/* page properties */ 
body {
background-color: black;
font-family: Verdana;
font-size: 12px;
color: #D4D4D4
		}
		
/* Link Properties */ 		
A:link {text-decoration: none; color: #808080;}
A:visited {text-decoration: none; color: #808080;}
A:active {text-decoration: none; color: #808080;}
A:hover {text-decoration: underline; color: #ff8000;}

/* Scrollbar Properties */ 
body {scrollbar-3dlight-color:gold; scrollbar-arrow-color:yellow;
scrollbar-base-color:#6A6A35;
scrollbar-darkshadow-color:#141416;
scrollbar-face-color:#141416;
scrollbar-3dlight-color:#141416;
scrollbar-track-color:#141416;
scrollbar-arrow-color:white;
scrollbar-highlight-color:white;
scrollbar-shadow-color:#141416}


/* Menu link Properties */ 		
A.menu:link {text-decoration: none; color: #FF8000;}
A.menu:visited {text-decoration: none; color: #FF8000;}
A:active {text-decoration: none}
A.menu:hover { text-decoration: none; color: #788ed3;background-color: #323232;}



/* Demo Cover pages properties */
/* Demo Title section */ 
h1 {background-color: #252422; font-size: 12px; text-align=left; color: #FF8214; font-family: verdana;}

/* Horizontal Row */ 
hr.d { color: #FF8214;
      background-color: #2E3D50; 
      width: 100%;	height: 2px;
	}

/* image border section */	
img.demoimage {border:2px solid #E1E1D0}

/* Biography section */ 
p.biography{ text-align=left; font-size: 12px; color: #D4D4D4; font-family: verdana; }

/* Demo Info section */ 
p.demoinfo{ text-align=left; font-size: 12px; color: #D4D4D4; font-family: verdana; }

/* Name of Band color section */ 
p.bandname{ text-align=left; font-size: 12px; color: #FF8214; font-family: verdana; }

/* Country link Properties */ 		
A.country:link {text-decoration: none; color: #808080;}
A.country:visited {text-decoration: none; color: #808080;}
A:active {text-decoration: none}
A.country:hover {text-decoration: underline; color: #D4D4D4;}