/*
 * Stylesheet for www.old-manse.co.uk/suzuki-violin-teacher-bath.htm
 (c) Mike and Jennie Evans, February 2006

 
 */

/* Basics: */
body {
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	font-size:100%;
	background-color: #FFFFFF;	/* white */
	font-family:Verdana,sans serif;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9, p, ul, ol, caption, table, th, tr, td {
	font-family: Verdana,sans serif;		/* browser bug workaround */
}
ul, ol {
	margin-bottom: 1em;
}
li.spaced {
	margin-bottom: 1em;
}
li {
	list-style: disc;
}
em {
	font-weight: bold;
	font-style: italic;
	color: #FF4700;      			 /*orange*/
}
pre {
	font-family: monospace;		/* browser bug workaround */
}

/* Links: */
a:link {
	color: #0000FF;/*blue*/

	
	text-decoration: none;
}

a:visited {
	color: #0000FF;/*blue*/

	
	text-decoration: none;
}
a:active {
	color: #0000FF;/*blue*/

	
	text-decoration: none;
}
a:hover {
	color :#0000FF; /*blue*/

	
	
}
}
.dynalink{
cursor: pointer;
cursor: hand;
text-decoration: none:
font-color:#0000FF;  /*blue*/
}


/* Headings: */

}
h1 {
	margin-right: 0%;
	text-align: right;
	font-color: #FFFFFF;		          /*white*/
	
	font-size: 150%;
	
	font-weight: bold;
}

h4 {
	margin-left: 0%;
	text-align: left;
	
	font-color: #000000;      		/*black*/
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	background-color: #FFFFFF;		/* white*/

}

h5 {
	margin-left: 0%;
	text-align: center;
	padding: 1em;
	font-color: #FF4700;      		/*orange*/
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	background-color: #FFFFFF;		/* white*/

}
h6 {
	margin-left: 0%;
	text-align: center;
	font-color: #0B007E;	/* blue */ 
    font-size: 100%;
	font-weight: bold;
	font-style: normal;
	background-color: #FFFFFF;		/* white */
}
h8 {
	margin-right: 0%;
	text-align: left;
	font-color: #FFFFFF;		          /*white*/
	
	font-size: 150%;
	
	font-weight: bold;
}






/* Generic classes: */
.centred {
	text-align: center;
	vertical-align: middle;
}

/* Tables: general: */
table.suzuki-violin-teacher-bath1 {
	width: 75%;
	margin-left: 0%;
	margin-right: 0%;
	align: center;
	text-align: left;
	vertical-align: center;
	font-color: #000000;		          /*black*/	
	margin-bottom: 1em;
}
table.suzuki-violin-teacher-bath3 {
	width: 67%;
	margin-left: 0%;
	margin-right: 0%;
	align: center;
	text-align: left;
	vertical-align: center;
	font-color: #000000;		          /*black*/	
	margin-bottom: 1em;
}
table.suzuki-violin-teacher-bath2 {
	width: 69%;
	margin-left: 0%;
	margin-right: 0%;
	align: center;
	text-align: left;
	vertical-align: center;
	background-color: #B2CC8D;		/* green */
	font-color: #000000;		          /*black*/
	margin-bottom: 1em;
}

.SITETITLE {
	FONT-WEIGHT: bold; FONT-SIZE: 16pt; color: #000000; /*black*/
 TEXT-DECORATION: none
}
.PAGEHEADING {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt;  color: #FF4700; /*orange*/
TEXT-DECORATION: none
}