@charset "utf-8";
/* typography.css, put type styles here */

/* customize_miscellaneous */

/* SR css */

body {
margin-left: 1%;
margin-right: 1%;
}

h1, h2, h3, h4, h5, h6 {
color:#800000; 
font-weight:bold;
margin-left:4%;
 }

h1 {
font-size:xx-large;
 }

h2 {font-size:x-large;}
h4 {font-size:x-large;}

p {
color:#000079;
font-size:large;
margin-left: 2%;
margin-right: 2%;
margin-top; 0;
margin-bottom: 0;
 }
 
footer {
background-color:#dddddd;
 }