body
 	{ 
    	color: #000000; 
   	background-color: #ffffff; 
	margin-top: 10px;
	margin-left: 50px;
    	margin-right: 50px;
	margin-bottom: 50px; 
	} 

p 	
	{
	font-family: serif;
	text-align: justify; 
	color: #000000;
   	}
	
.center 	
	{
	font-family: serif;
	text-align: center;
   	}
	
.right 	
	{
	text-align: right;
   	}

.b
	{
	font-family: serif;
	font-weight: 700;
	}
	
.large
	{
	font-size: 1.20em;
	}
	
.i
	{
	font-family: serif;
	font-style: italic;
	}	

h1 	{
	font-family: Georgia, serif;
	font-size: 1.40em;
	font-weight: 700;	
	color: #000000;	
	}

h2	{ 
	font-family: serif;
	font-size: 1.00em;
	font-weight: 200;
	text-align: left;		
	}

h3	{ 
	font-family: serif;
	text-align: left;
	}

h4	{
	font-family: serif; 	
	color: #000000;	
	}
	
h5	{ 
	font-family: serif;
	text-align: right;	
	color: #ffffff;
	}
	
.nav
	{
	font-family: serif;
	font-size: 1.0em; 
	margin: 1.5em 0;
	text-align: right;
	font-style: italic;
	font-weight: 700;
	}
	
hr
	{
	margin-top: 50px
	}

a:link, a:visited
	{ 
	color: #047ab6; 
	text-decoration: none;
	} 

a:hover
	{ 
	color: #990066; 
	text-decoration: none;
	} 

a:active 
	{ 
	color: #ff0000; 
	text-decoration: none;
	}



 
	 
