body {margin: 16px;}

a {text-decoration: none;}
a[href]:hover {text-decoration: underline;}

h1 {font-size: 133%; margin: 0;}
h2 {font-size: 100%; margin: 0; margin-top: 1em;}

p {margin-top: 0.6em; margin-bottom: 0;}

ul {margin-top: .5em; margin-bottom: 1em;}
ul ul {margin-top: 0; margin-bottom: 0;}

.lighter {color: #666666;}
.lighter a:link {color: #6666cc;}
.lighter a:visited {color: #aa66aa;}
.lighter a:active {color: #cc6666;}

.contents {background-color:#F0F0F0;
           margin-top: 2em;
           margin-bottom: 2em;}
.contents h2 {margin-top: 0;}
.contents ul {margin-top: .5em; margin-bottom: 0;}

.clist li {margin-top: .75em;}

.slist {padding-top: .5em;}
.slist li {margin-top: .75em;}

.spaced td {padding-bottom: .1em;}

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}