body {font-size: 10pt;
	  font-family: Verdana, Geneva, sans-serif;
	  color: #333333;
}
h1 {font-size: 14pt; 
	color: #412688;
	font-variant: small-caps;
  	letter-spacing: 0.4em;
}
p { color: inherit;
	line-height: 1.2em;
}
#p2 { font-size: inherit;
	  color: #462300;
}
li {color: #324163;
}
em {color: #008040;
	font-style: oblique;
	font-size: 11pt;
}
a:link, a:visited {text-decoration: underline;
}
a:hover, a:focus {text-decoration: none;
				  color: #990000;
}
p:first-letter { font-family: serif;
				 font-size: 150%; 
				 color: inherit;
}
ul {border: 1px dotted gray;
}
ul > li { font-weight: bold;
}
ol > li { font-weight: normal;
}
#copyright {font-size: 10px; 
			color: gray; 
			text-align: center;
}


