p {
	font-family: Garamond, Times New Roman, Helvetica, sans-serif;
	
}
h5 {
	font-family: georgia, Times New Roman, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;
}
h4 {
	font-family: georgia, Times New Roman, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;

	}
h3 {
	font-family: georgia, Times New Roman, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;
	}
h2 {
	font-family: georgia, Times New Roman, Helvetica, sans-serif;
	color: #CC3300;
	font-weight: bold;
	}
body {
  margin-left: 20%;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color:#FFFFFF;}

ul.navbar {
  border-style: dotted;
  border-color: #CC3300;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 20;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 8em; }

ul.navbar li {
  background: #EBECF6;
  margin: 0.4em;
  padding: 0.1em;
  border-right: 1em; 
  }
  
ul.navbar a {
  text-decoration: none; 
  }
  
  
a:link {
	color: #33CC00;
	background-color: transparent;
	text-decoration: underline;	

	}

a:visited {
	color: #3333CC;
	background-color: transparent;
	}

a:hover {
	color:#FF3399;
	background-color: #FFCCCC;
	text-decoration: underline;
	}

a:active {
	color: #FF3366;
	background-color: transparent;
	}


 
