/*Sets formats for content pages*/

/* Sets format for page divisions */

color.background {
   color:#ede5c1
}

body {
   background-color: #ede5c1;
   font-family: Trebuchet MS;
   font-size: 10pt;
   color: black;
   text-align: left;
}


/*Defining link appearance*/
a:link, a:visited, a:active {
   color:black;
}

/*Defining text formats*/
h1 {
   color:black;
   font-size:12pt;
}

h2 {
   color:black;
   font-size:12pt
   text-decoration:bold;
}

h3 {
   color:black;
   font-size:14pt;
   text-decoration:bold;
}