/* jot.css at StoryKettle.com by Michael M Wayman
 * date         2016-10-10
 * date created 2015-06-06
 */
a:link
  { color:#1111FF; text-decoration:none; }
@media only screen and (max-width:42em) { a:link
  { text-decoration:underline; } }
a:hover
  { color:#6666FF; text-decoration:underline; }
body
  { color:#000000; background-color:#FFFFFF; font-family:Arial,sans-serif; margin-left:50px; margin-top:10px; max-width:40em; }
@media only screen and (max-width:42em) { body
  { margin-left:10px; margin-top:1px; } }
@media print { body
  { max-width:55em; } }
.center
  { text-align:center; }
.clear
  { clear:both; }
.floatleft
  { float:left; }
.floatright
  { float:right; }
.heavy
  { font-weight:bold; font-size:larger; }
.higher
  { line-height:140%; }
@media only screen and (max-width:480px) { .higher
  { line-height:200%; } }
.ital
  { font-style:italic; }
@media print { .noprint
  { display:none; } }
@media only screen and (max-width:480px) { .nosmall
  { display:none; } }
@media print { .nopagebreak
  { page-break-inside:avoid; } }
.serif
  { font-family:Times, serif; }
