/* define body text font, relative size, and colour. define background  */

body {font-size: 100%;
      font-family:  georgia;
      color: #800000;
      line-height: 15pt;
      margin-left: 10pt;
      background-color: #fffacd;} 
 

/* define headings  */

h1 {font: 200% "georgia";
    font-weight: bold;
    line-height: 24pt;
	color: #a0522d}
	
h2 {font:160% "georgia";
    font-weight: bold;
    line-height: 20pt;}

h3 {font: 120% "georgia";
    font-weight: bold;
    line-height: 16pt;}

h4{font: 120% "georgia";
    color: red
    line-height: 15pt;}

/* define links  */

/* a {text-decoration: none;} */
a:link {color: purple;}
a:visited {color: purple;}
a:hover {color: green;}

/* define indentation  */

.indent_1 {margin-left: 50px}
.indent_2 {margin-left: 100px}

/* define smaller paragraphs */

.psmall_1 {font-size: 80%;}