﻿
/* Body text and page background */
body{
     position:relative; z-index:0;
	 padding:0px;
	 background-image: url("../images/ewa.gif");
     font-family:"Times New Roman", "Courier New", serif;
     font-size:medium;
     color: #191970;
}
/* Style for main content column */
#main{
      margin-left:50px;
}
/* Level 1 headings */
h1 {
	 font-family: Papyrus, "Curlz MT", "Juice ITC", Algerian, fantasy;
	 font-weight: bold;
	 text-align:center; 
	 color: #1F2159;
 }
/* Level 2 headings */
h2 {
	font-family: "Arial Black", Impact, Charcoal, fantasy;
	color: #1F2159;
	text-align: center;
}
/* Level 3 headings */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: underline;
	color: #1F2159;
	text-align: center;
}
/* General style for paragraphs */

p{
	margin-left:2em; 
	margin-right:2em;
}

