/* Default Style Sheet */


body {
  margin: 0;
  padding: 0;
  text-align: center;
}

h1 { 
  font-size: 3.25em;
}

h2 {
  font-size: 1.75em;
  font-style: italic;
}

h3 {
  font-size: 1.25em;
  padding: 4px;
}

h4 {
  font-size: 1em;
  padding: 4px 0;
}

p {
  margin: 8px 0;
  padding: 4px;
}

ul {
  list-style-type: circle;
  margin: 8px 32px;
  padding: 4px;
}

li {
 line-height: 180%;
}



/* --------------- CLEAR FIX HACK ----------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




