    A:link { text-decoration: underline; }
    A:visited { text-decoration: underline; }
    A:active { text-decoration: underline; }
    A:hover { text-decoration: underline }
  
    body
    {
	font-family: "Times New Roman", serif;
    background-color: #F8F8FF ;
	background-image: url(Graphics/2ground.gif);
    color: #483D8B;
	margin-left: 10%;
	margin-right: 10%;
 	}

	.copyright
	{
	font-family: Verdana, sans-serif;
	}
	
    .home 
	{
	font-family: Verdana, sans-serif;
	}
	
	.pictureframe
	{
	background-color: #F8F8FF;
	border: 4px double #483D8B;
	padding: .5em;
	}
	
		 
	.signature
    {
	text-align: right;
	margin-right: 20px;
	line-height: 120%;
	font-style: italic;
	margin-bottom: 20px;
	}
	
	.update
	{
	text-align: right;
	color: #778899;
	}
	
	.firstpara
	{
	text-indent: 0;
	text-align: left;
	}
		
	p
    {
	text-indent: 1.5em;
	margin-bottom: 0;
	margin-top: 0;
	}

	ul
	{
	text-indent: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style-position: outside;
	}
	
	
	ol
	{
	text-indent: 0;
	margin-right: 15%;
	margin-left: 10%;
	position: relative;
	}

	li
	{
	margin-top: .5em;
	margin-bottom: .5em;
	}
	
	  
    H1, H2, H3, H4, H5, H6
    {
	text-align: center;
	font-weight: normal;
	}
	
