body {
	color: #000000;
	background-color: #FFFFFF;
}

p {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

a:link {
	color:#0033FF;
	text-decoration: none;
  }
a:visited {
  color:#43895F;
  }
a:hover {
  color:#c63;
  }
  
a img {
  border-width:0;
  }
  
ul {
	text-align: left;
	vertical-align: text-bottom;
	list-style-position: outside;
	list-style-image: url(../images/icon_arrow_sm.gif);
	line-height: 120%;
}
ol { list-style-type: circle; }

#library a:link {
	color:#005B00;
	text-decoration: none;
  }

#library a:visited {
  color:#43895F;
  }
#library a:hover {
  color:#c63;
  }

#paragraph a:link {
	color:#005B00;
	text-decoration: none;
  }

#paragraph a:visited {
  color:#43895F;
  text-decoration: none;
  }
  
#paragraph a:hover {
  color:#c63;
  }
 
img.alignLeft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: none;
}

img.alignRight { 
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: none;
}