body {
  background: #FFF;
}

/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }

header {
	border-bottom: 1px solid #ccc;
}

h1{
  font-size: 24px;
}

h1,h2 {
  font-weight: normal;
  vertical-align: top;
  font-family: Helvetica Neue,Georgia, serif;
  padding: 0;
  margin: 0;
/*   display: inline; */
  letter-spacing: -0.02em;
}

 a,
 a:hover,
 a:visited {
  margin: 0;
/*   padding: 0; */
  color: #000;
}
a:hover{
 text-decoration: none;
}  


table tr td {
	padding: 2px;
	border-color: gray;
	background-color: white;
}
td{
  max-width:550px;
  word-wrap: break-word;
}
table{
  width: 50%;
}