	h2 {
        border-top: 0.34em solid #660099;
        border-bottom: 0.167em solid #660099;
	    padding: 0.25em 0 0 0;
    	font-size: 180%; 
        text-align: center;
        text-transform: capitalize;
    	font-family: 'SF Arborcrest Heavy', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	}


    body
    {
    	color: #660099;
    	background-color: #ffcc00;
    	margin: 5em 5em 0 5em;
    	font-family: 'SF Arborcrest Light', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    }
    
	p
	{
        border-top: 0.5em solid #660099;
        border-bottom: 0.5em solid #660099;
		margin: 0;
	    padding: 0.5em 0 0.5em 0;
        text-align: justify;

	}

	p:first-letter
	{
		font-size: 600%;
		font-weight: bold;
		line-height: 0.8em;
	}

    .firstword	
    {
    	font-size: 1.5em; 
    	font-weight: bold;
    	line-height: 0.8em; 
    	text-transform: capitalize;
    }
    
    .leader
    {
    	font-size: 0.8em;
    	font-weight: bold;
    	text-transform: uppercase;
    }

    .minor
    {
        border-top: 0.0em solid #660099;
        border-bottom: 0.0em solid #660099;
    	font-size: 0.8em;
    	font-weight: bold;
    	text-transform: uppercase;
    }
    .inverse
    {
    	background-color: #660099;
    	color: #ffcc00;
      	font-weight: bold;

    }
