/*
      Scott's Family Trees Style Sheet

      Author: Scott Stiever
      Date:   11/28/2017 
      Filename:         base.css
      Supporting Files: 

*/

/* Basic styles to be used with all devices and under all conditions */



/* Display HTML5 structural elements as blocks */

article, figure, figcaption, footer, header, 
section, nav {
   display: block;
}


/* Set the default page element styles */

body {
   margin: 0px;
   width: 100%;
	 border-radius: 15px;
}

body * {

   font-family: 'good_timesregular', Geneva, sans-serif;
   font-size: 100%;
   font-weight: inherit;
   line-height: 1.2em;
   list-style: none;
   margin: 0px;
   padding: 0px;
   text-decoration: none;
   vertical-align: baseline;

}
