	body
	{
	margin:20px 50px 10px 50px;
	font-size:0.9em;
	background-color:#ffffff;
	}
	#article
	{
		width:600px;
		margin:auto;
	}
	h2
	{
	background-color:#EEEEFF;
	padding-bottom:2px;
	border-bottom: 2px solid #AAAAFF;
	}
	p
	{
	font-size:1.1em;
	margin-left:30px;
	margin-right:30px;
	line-height:150%;
	}
	ul
	{
	font-size:1.1em;
	line-height:160%;
	}
	.endnote
	{
	background-color:#EEEEEE;
	text-align:right;
	padding-right:80px;
	font-style:italic;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:2px;
	border-bottom: 2px solid #c0c0c0;
	}
	.linkbar {
	background-color:#EEEEEE;
	margin-left:0px;
	margin-right:0px;
  text-align: left;
  line-height: 150%;
  margin-top:0px;
  padding-bottom:2px;
	border-bottom: 2px solid #c0c0c0;
}
	a 
	{
	text-decoration:none;
	}
	a:hover
	{
	font-size:105%;
	text-decoration:underline;
	}
	a:visited { color: #6666FF;}
	a:link 
	{ 
	color: #0000cc; 
	}
#article a[href ^="http://"]
	{
    background: url("images/external.png") center right no-repeat;
    padding-right: 13px;
	}
 a[href ^="mailto:"]
 {
    background: url("images/mail_icon.gif") center right no-repeat;
    padding-right: 18px;
}