h1 {font-family:"Times New Roman", Times, serif;}
body {font-family:Arial,Helvetica,sans-serif;}
a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:underline;}
@media screen
  {
  body {font-size: 1.5em;}
  h1 {font-size: 3.5em; color:blue; line-height: 1em;}
  h2 {font-size: 0.75em; font-weight: normal;}
  }
@media print
  {
  body {font-family:"Times New Roman",Times,serif;}
  h1 {font-size: 3em; line-height: 1em;}
  h2 {font-size: 0.75em; font-weight: normal;}
  }
@media handheld
  {
  h1 {font-size: 3em; color:yellow; line-height: 1em;}
  h2 {font-size: 0.75em; font-weight: normal;}
  }
@media only screen /* iPhone 5 in portrait & landscape */
	and (min-device-width: 320px) 
	and (max-device-width: 568px)
  {
  body {font-size: 2em;}
  h1 {font-size: 3em; color:green; line-height: 1em;}
  h2 {font-size: 0.8em; font-weight: normal;}
  }