
body	{
    background: #fff;
	color: #000;
	margin: 10px 0 10px 10px;
	padding: 0;
	border: 0;
	}

a:link {
    font-weight: bold;
	text-decoration: none;
	color: #8562e0;
	background: transparent;
	}
	   
a:visited {
    font-weight: bold;
	text-decoration: none;
	color: #6f50be;
	background: transparent;
	}
	   
a:hover {
    font-weight: bold;
	text-decoration: underline;
	color: #000;
	background: transparent;
	}
	   
a:active {
    font-weight: bold;
	text-decoration: none;
	color: #6f50be;
	background: transparent;
	}

p, h1, h2, h3, .ffnote {
    font-family: Verdana, Georgia, "New Century Schoolbook", Times, serif;
	}


#middle {
	padding: 10px;
	margin: 0 150px 0 150px;
	}
	
h1  {
    font-size: 1.1em;
    letter-spacing: 2px;
	border: 1px dotted #ccc;
    text-align: center;
	}
	
h2 {
   margin: 20px 0 20px 0;
   letter-spacing: 3px;
   font-size: 0.8em;
   border-bottom: 1px solid #000;
   }
   
h3  {
    font-size: 0.9em;
	font-weight: bold;
    text-align: center;
	}

p   {
    padding: 6px;
    margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
	font-size: 0.75em;
	line-height: 1.5;
	}
	
.ffnote p {
    padding: 6px;
    margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
	font-size: 0.70em;
	line-height: 1.5;
	}




