body{
  margin: 30px 10%;
  color: black;
  background-color: white;
  font-size: 90%;
  line-height: 150%;
}
h1{
  font-size: 150%;
  font-weight: normal;
  text-align: center;
}
h2{
  padding: 5px;
  font-size: 100%;
  font-weight: normal;
  color: white;
  background-color: #666666;
}
img{
  border: none;
}
table{
  width: 100%;
  border-collapse: collapse;
}
th{
  font-weight: normal;
  text-align: left;
  background-color: #EBEBEB;
  vertical-align: top;
  padding: 5px;
  border: 1px solid #cccccc;
}
td{
  vertical-align: top;
  padding: 5px;
  border: 1px solid #cccccc;
}
a{
  color: blue;
}
a:hover{
  background-color: #CCCCFF;
}
