body {
	padding-left: 13em;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	text-align: right ;
	margin-top: 2em;
	color: black;
	background-color: white }

ul.svlogo 
	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute; top: 0px; left: 10px;
	}
ul.navbar 
	{
	list-style-type: none;
	font-size:  16;
	line-height: 1;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 9.2em;
	left: 2em;
	width: 9em 
	}
ul.wedcorp 
	{
	margin: 0;
	padding-left: 0em;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	text-align: left ;
	margin-top: 1em;
	color: black;
	}
ul.repertoire 
	{
	margin: 0;
	padding-left: 0em;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	font-size:  14 ;
	line-height: 0.7;
	text-align: center ;
	margin-top: 1em;
	color: black;
	}
.gallery
	{ 
	border-color: LIGHTSLATEGRAY; 
	height: 75px;
	width: 100px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	} 
h1, h2, h3	
	{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, SunSans-Regular, sans-serif 
	}
h1	
	{
	line-height:100%
	}
h2, h3	
	{
	line-height:50%
	}
h1 { font-size: 150%; }
h1 { color: LIGHTSLATEGRAY; }
h2 { font-size: 100%; }
h2 { color: LIGHTSLATEGRAY; }
h3 { font-size: 125%; }
h3 { color: LIGHTSLATEGRAY; }
h4 { font-size: 100%; }
h4 { color: Black; }
h5 { font-size: 100%; }
h5 { color: LIGHTSLATEGRAY; }

ul.navbar li 
	{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-align: center ;
	background: LIGHTSLATEGRAY;
	margin: 1em 0;
/*	border-top: solid thin navy;*/ /* optional button border */
	padding: 0.3em;
	} 
ul.navbar a 
	{
	text-decoration: none 
	}
a:link 		{color: white }
a:visited 	{color: white }
a:active 	{color: white } /* when link is clicked ....do this later!*/
a:hover 	{color: darkgray } /* when mouse is over link */

address 
	{
	margin-top: 1em;
	padding-top: 1em;
	border-top: thin dotted 
	}

ul.links
	{
	}
a.links:link 		{color: LIGHTSLATEGRAY }
a.links:visited 	{color: gray }
a.links:active 		{color: rgb(255, 0, 102) } /* when link is clicked ....do this later!*/
a.links:hover 		{color: red } /* when mouse is over link */
