/*CSS Command List*/


/*FONTS*/
	/*PAGE TITLE*/
	h1 {	
		font-size: 20pt;
		font-family: arial, sans-serif;
		font-weight: bold;
		text-align: center;
		background-color: none;
		margin-left: 1cm;
		margin-right: 1cm;
		margin-top: 1cm;
		margin-bottom: 1cm;
		vertical-align: top;		}

	/*SUB TITLE BAR*/
	h2 {	color: black;
		font-size: 16pt;
		font-family: arial, sans-serif;
		font-weight: bold;
		background-color: none;
		margin-left: 0cm;
		margin-right: 0cm;
		margin-top: 0cm;
		margin-bottom: 0cm;
		vertical-align: top;		}


	/*REGULAR TEXT*/
	h3 {	color: black;
		font-size: 12pt;
		font-family: arial, sans-serif;
		font-weight: normal;
		font-style: normal;
		background-color: none;
		margin-left: 0cm;
		margin-right: 0cm;
		margin-top: 0cm;
		margin-bottom: 0cm;
		vertical-align: top;		}


	/*CAPTION TEXT*/
	h4 {	color: black;
		font-size: 20pt;
		font-family: arial, sans-serif;
		font-weight: none;
		text-align: center;
		font-style: normal;
		background-color: none;
		margin-left: 1cm;
		margin-right: 1cm;
		margin-top: 1cm;
		margin-bottom: 1cm;
		vertical-align: top;		}


	/*BOTTOM PAGE TEXT*/
	h5 {	color: black;
		font-size: 20pt;
		font-family: arial, sans-serif;
		font-weight: none;
		text-align: center;
		font-style: normal;
		background-color: none;
		margin-left: 1cm;
		margin-right: 1cm;
		margin-top: 1cm;
		margin-bottom: 1cm;
		vertical-align: top;		}


	/*OPEN*/
	h6 {	color: black;
		font-size: 20pt;
		font-family: arial, sans-serif;
		font-weight: none;
		text-align: center;
		font-style: normal;
		background-color: none;
		margin-left: 1cm;
		margin-right: 1cm;
		margin-top: 1cm;
		margin-bottom: 1cm;
		vertical-align: top;		}

	

/*IMAGES & GRAPHICS*/

	img.photo1
		{align: middle
		}	
	img.hr
		{height: 4px;
		width: 90%;
		}
		img.hr1
		{height: 4px;
		width: 50%;
		}



/*TABLES*/

	table.page
		{
		}



/*MENUE*/


/*PSEUDO CLASS*/
	body 	{margin-left: 75px;
		margin-right: 20;
		margin-top: 0;
		margin-bottom: 0;
		background-image: url("graphics/cello_bg.gif");
		background-repeat: no-repeat;
		background-attachment: fixed;
		scrollbar-arrow-color: black; 
		scrollbar-base-color: black; 
		scrollbar-dark-shadow-color: black; 
		scrollbar-track-color: black;
		scrollbar-face-color: #B22222; 
		scrollbar-shadow-color: #FF7F50; 
		scrollbar-highlight-color: #D2691E; 
		scrollbar-3d-light-color: white}

	/* unvisited link */
	a:link {color: "#00ff00"; background: "none"; 
	text-decoration: "none"; font-weight: "bold"} 
    
	/* visited link */
	a:visited {color: "#00ff00"; background: "none";  
	text-decoration: "none"; font-weight: "bold"} 
 
	/* mouse over link */
	a:hover {color "#00ff00"; background: "#ff0000"; 
	text-decoration: "none"; font-weight: "bold"}  
 
	/* selected link */     
	a:active {color: "#0000ff"; background: "#ff0000";  
	text-decoration: "none"; font-weight: "bold"}  

/* unvisited link */
	a.white:link {color: "#00ff00"; background: "none"; 
	text-decoration: "none"; font-weight: "bold"} 
    
	/* visited link */
	a.white:visited {color: #3366FF; background: "none";  
	text-decoration: "none"; font-weight: "bold"} 
 
	/* mouse over link */
	a.white:hover {
	background: "none";
	text-decoration: "none";
	font-weight: "bold";
	color: #CC0000;
}  
 
	/* selected link */     
	a.white:active {color: "#3366FF";   
	text-decoration: "none"; font-weight: "bold"}  









