body 		{
		background-color: #F5F5DC;
		margin-left: 10%;
		margin-right: 10%;
		min-width: 800px;
		padding: 0em 0em 0em 0em;
		text-align: center;
		}

a:link		{
		text-decoration: none;
		color: #0000ff;
	  	}

a:visited	{
		text-decoration: none;
		color: #000080;
	     	}

a:hover 	{
		text-decoration: underline;
	   	} 

h1,h2,h3,h4,ul	{
		font-family: arial, 'sans serif'; 
		}

h1		{
		font-size: 2.5em;
		color: DarkSlateGrey;
		background-color: #F5F5DC;
		font-weight: bold;
		}

h2		{
		font-size: 1.4em;
		color: DarkSlateGrey ;
		background-color: #F5F5DC;
		text-decoration: none;
		text-align: left;
		font-weight: bold;
		}

h3		{
		font-size: 1.2em;
		color: DarkSlateGrey ;
		background-color: #F5F5DC;
		text-decoration: none;
		text-align: left;
		font-weight: normal;
		} 

h4		{
		font-size: 1em;
		color: DarkSlateGrey ;
		background-color: #F5F5DC;
		text-decoration: none;		
		font-style: oblique;
		text-align: left;
		font-weight: normal;
		} 

h5		{
		font-size: 1.8em;
		color: DarkSlateGrey ;
		background-color: #F5F5DC;
		text-decoration: none;
		text-align: left;
		font-weight: bold;
		} 



img		{
		float: right;
		margin: .5em 0em .5em 0em;
		}


div.main	{
		text-align: left;
		padding: 0em;
		}

		
#nvls	        {
		border-bottom: solid DarkSlateGrey  .25em;
		border-top: solid DarkSlateGrey  .25em;
		margin: 0;
		padding: 0.4em;
		}

#nvls  li	{
		display: inline;
		font-size: 1.8em;
		list-style-type: none;
		padding: 0em 0.5em 0em .5em;
		}

#nvlst a 	{ 
		text-align: center;
		}

#nvls  a:link 	{
		color:  DarkSlateGrey ;
		background-color: #F5F5DC;
		text-decoration: none;
		}

#nvls  a:visited
		{
		color: DarkSlateGrey ;
		background-color: #F5F5DC;
		text-decoration: none;
		}

#nvls  a:hover	{
		color: DarkSlateGrey ;
		background-color: #F5F5DC;
		text-decoration: underline;
		}

			


#nvls2  	{
		border-top: solid DarkSlateGrey   0.25em;
		border-bottom: solid #F5F5DC .25em;
		margin: 0em;
		padding: 0.4em;
		}

#nvls2 li	{
		display: inline;
		font-size: 1em;
		list-style-type: none;
		padding: 0em 2.5em 0em 2.5em;
		}

#nvls2 a 	{ 
		text-align: center;
		}

#nvls2 a:link
		{
		color:  DarkSlateGrey ;
		background-color: #F5F5DC;
		text-decoration: none;
		}

#nvls2 a:visited
		{
		color: DarkSlateGrey ;
		background-color: #F5F5DC;
		text-decoration: none;
		}

#nvls2 a:hover
		{
		color: DarkSlateGrey ;
		background-color: #F5F5DC;
		text-decoration: underline;
		}	




