@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    h1, h2, h3, h4 {
	margin-left: 10px;
	margin-bottom: 0px;
  }	 	
  body,p {
		font-size: 150%;
		font-family: verdana,sans-serif;
		padding:10px 10px 10px 10px;
		line-height: 1.5;
		margin: 0;
  }
  p.author {
	margin-left: 10px;
  }
  li {
	padding:1px 10px 1px 10px;
	list-style-type: disc;
	list-style-position: inside;
	}
  figure figcaption {
	  text-align: center;
	  position: relative;
	  font-size: 60%;
	  color: #909090;
  }
  pre {
	  padding:1px 10px 1px 10px;
	  white-space: pre-wrap;
	  word-wrap: break-word;
  }
}

@media only screen and (min-device-width : 768px)  {
  h1, h2, h3, h4 {
	margin-left: 60px;
	margin-bottom: 0px;
  }	  
  body,p {
		font-size: 101%;
		display:block;
		font-family: Verdana,sans-serif;
		padding:10px 60px 10px 60px;	
		line-height: 1.8;
		margin: 0;
  }
  p.author {
	margin-left: 60px;
  }
  li {
	padding:1px 10px 1px 60px;
	list-style-type: disc;
	list-style-position: inside;
	}
  figure figcaption {
	  text-align: center;
	  position: relative;
	  font-size: 60%;
	  color: #909090;
  }
    pre {
	  padding:10px 60px 10px 60px;
	  white-space: pre-wrap;
	  word-wrap: break-word;
  }
}


@media only screen  and (min-width : 1224px) {
    h1, h2, h3, h4 {
	margin-left: 120px;
	margin-bottom: 0px;
  }	 	
  body,p {
		font-size: 101%;
		display:block;
		max-width: 1280px;
		font-family: verdana,sans-serif;
		padding:10px 120px 10px 120px;
		line-height: 1.8;
		margin: 0;
  }
  p.author {
	margin-left: 120px;
  }
  li {
	padding:1px 10px 1px 120px;
	list-style-type: disc;
	list-style-position: inside;
	}
  figure figcaption {
    text-align: center;
	position: relative;
	font-size: 60%;
	color: #909090;
  }
  pre {
	  padding:10px 120px 10px 120px;
	  white-space: pre-wrap;
	  word-wrap: break-word;
  }
}

a, a:visited{
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
}
a:link img {border: #ffffff}
a:visited img {border: #ffffff}

h1 {
	color: #555;
	font-size: 150%;
}

h2 {
	color: #777;
	font-size: 120%;
}
h3 {
	color: #777;
	font-size: 100%;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width:100% ;
}

p.author {
	font-size: 80%;
	color: #555;
	padding: 0px
}
table {
	margin-left: 60px;
	background-color: #fafafa;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	padding: 60px;
}
td {
	padding:10px;
}