a {
color: blue ; 
text-decoration: none;
}


#picture h2 {
  color: blue;
}

body {
  color: #333;
  background-color: rgb(212, 212, 212);
  margin: auto;	
  width: 80%;
}

#global {
  margin-right: 200px;
  background-color: rgba(0, 0, 0, 0.1);
}



#contents h2 {
  text-indent: 40px;
}

#contents h3 {
  text-indent: 60px;
}

#contents h1 {
  text-indent: 20px;
}

li {
   margin-left:60px;  
}

