html{
  background:white;
}

body{
  margin:7px;
  margin-left:20px;
  background:white;
  max-width:1024px;
  line-height:		1.7em;
}

h1{
 	border-left:		12px solid #8B91A1;
	border-bottom:	1px solid #8B91A1;
  font-size:			1.7em;
	letter-spacing:	0.05em;
  margin-bottom:  15px;
  padding:10px;
  margin-top:20px;
  line-height:1.3em;
}

h2{
 	border-left:		8px solid #8B91A1;
	border-bottom:	1px solid #8B91A1;
  font-size:			1.4em;
  margin-bottom:  15px;
  padding:6px;
}

a img{
  border:0px;
}

.small{
  font-size:0.8em;
}