  	table {
  		border: 0px;
  		width: 600px;
  	}
  	tr, td {
  		border: grey 2px solid; 
		padding: 10px 12px;
  	}
  	h1 {
  		text-align: left;
  		margin: auto;
  		font-size: 20 px;
  		line-height: 1;
  	}
  	p {
  		line-height: 1;
  	}
    #content{
	     width: 830px;
	     float: center;
	     position: relative;
	     margin: auto;
	  }