body 	{
	background-color: #ffffff; color : #333333;
	font-family: "Trebuchet MS", Verdana, sans-serif;	
	font-size:80%;
	line-height: 8px
	margin-left: 2%; margin-right: 5%; margin-top: 1em; 
	width:550px;
}

.bodytext {width:550px;}


hr { color : #cccccc; }

a:link { color:#3a3282; text-decoration:none; font-weight:normal;}  /* for unvisited links */
a:visited { color: #666699; text-decoration:none; font-weight:normal;} /* for visited links */
a:active { color: #3a3282; text-decoration:none; font-weight:normal;} /* when link is clicked */
a:hover { color:#000033; border-bottom: solid 1px #999999; text-decoration:none; font-weight:normal;} /* when mouse is over link */


a.plain {background: white; text-decoration: none; }

table {margin-top: 1em; margin-bottom: 1em; font-size:100%;}

p {margin-bottom: 20px;
	margin-top: 0px;
}

h1 {font-size:145%;
	color:#c24f18;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	color:#5F862B;
	font-size:130%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h3 {
	font-size:120%;
	color:#5F862B;
	line-height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h4 {font-size:105%;
	color:#666666;}

h5 {font-size:100%;
	color:#666666;}

h6 {font-size:95%;
	color:#666666;}

pre, code { font-family: monospace; }

.box { 
	border: solid; 
	border-width: thin; 
	border-color: #990000; 
	padding: 1em; 
}

.white 	{color:white}

p.dropcap:first-letter { 
	font-size: 3em; 
	float: left; 
	color: #990000; 
}
.quotation {margin-left:1em; margin-right:1em;font-style:italic;}
p.indented {text-indent:2em;}
p.big 	{font-size: 125%; font-family: Verdana, sans-serif;}
.small 	{font-size: 75%; font-family: Verdana, sans-serif;}
	
.smallish 	{font-size: 85%; font-family: Verdana, sans-serif;}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.highlight {
	font-size: 12px;
	background-color: #C5EDCA;
	padding: 5px;
}
