body {
  background:#ffffff;
  text-align : center;
  margin-bottom : 100px;
  }

a,
a:link,
a:visited,
a:active {
  color : blue;
  text-decoration : none;
  border-bottom : gray 1px solid;
  }
a:hover { 
  color : blue;
  border-bottom : #cc3333 1px solid;
  }


#words {
  margin-right : auto;
  margin-left : auto;
  padding-top : 50px;
  width : 600px;
  text-align : left;
  font-family : verdana, georgia, palatino, arial, sans-serif;
  font-size : 12px;
  font-weight : normal;
  line-height : 140%;
  }



.header {
  font-size : 11px;
  font-family : verdana;
  padding-bottom : 8px;
  border-bottom : 1px dotted silver;
  color : gray;
  text-transform:lowercase; 
  }


.header a,
.header a:link,
.header a:visited,
.header a:active {
  text-decoration : none;
  border-bottom : none;
  color : gray;
  }
.header a:hover { 
  color : black;
  }


.title {
  font-size : 14px;
  font-weight : bold;
  padding-top : 20px;
  }


.byline {
  font-size : 11px;
  }
	
blockquote {
  margin-left : 20px;
  border-left : 1px solid #efefef;
  padding-left : 10px;
}

li {
  padding-bottom : 4px;
  padding-top : 4px;
  }

hr {
  margin-top : 15px;
  margin-bottom : 15px;
  color : white;
  }
  