/* 

  Global Defaults 
  ---------------
  
  Default settings for standard CSS layout.
  
  Only modify this file to add a base element style or to edit a global 
  (site-wide) element.
  
  For isolated tweaks and special instances modify the custom.css file.

*/

em {
  font-style: italic;
}

font {
  font-size: 77%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 15px 0px 15px 0px;
}

h1 {
  font-size: 197%;
}

h2 {
  font-size: 167%;
}

h3 {
  font-size: 136%;
}

h4 {
  font-size: 122%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 85%;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
}

p {
  margin: 15px 0px 15px 0px;
}

strong {
  font-weight: bold;
}

ul {
  list-style-type: disc;
  list-style-position: inside; 
}

ul, ol {
  margin: 15px 0px 15px 0px;
}
