body{
  font-family:"Book Antiqua", serif;
  background-color: white;}

article {
  min-height: 90vh;
  background-color: white;
  margin: 0 17vw;
  padding: 8%;
  border-left: 5px solid green;}  
  
#author {
  font-style: italic;
  margin-top: -15px;}

#update {
  font-style: italic;
  color: #7A2952;}
  
#copyright {
  font-size: 0.8em;}
	
ul {
  padding: 10px 10px 10px 40px;}

li {
  list-style-type: none;
  padding-left: 2em;
 /* text-indent: -2em;*/
 }

li a {
  display:block;
  text-align:left;
  width: 75vw;
  list-style-type: none;
  padding-left: 2em;}

li a:link { text-decoration: none; color:#0D47A1;} 
li a:visited { text-decoration: none; color:#880E4F;}

#point {
  background-color:#b0e8da;}

.heading {
  background-color: #e6e6e6;
}

.subheading{
  padding-left:40px;}

a {
  text-decoration: none;
  color: blue;}
  
@media (max-width:1100px) {
  	
  article {
	    -webkit-margin: 0 2vw;
	    -moz-margin: 0 2vw;
	     margin: 0 2vw;}
 }
 
