body    {
        background:#fff;
        color:#000;
        font-family:RiverAvenue,sans-serif;
        }

html,body {
        margin:0;
        padding:0;
        height:100%
        }

img,a img { border:0 }

sub { line-height: 0 }
p { text-indent: 10pt; line-height:1.4em }
p.initial:first-letter { font-size: 120%; font-weight: bold;vertical-align:text-baseline }
p.listy { text-indent: 20pt; font-size: 100%; line-height:1em }
p.fine { font-size: 80% }

table   {
        background-color:#d6d6d6;
        border:0px;
        color:#000;
        padding:4px;
        text-align:center;
        margin:0;
        width:70%;
        height:100%
        }

td.icon { width:12% }
td.desc { width:38% }

#stuff  {
        background-color:#fff;
        color:#000;
        font-style:normal;
        text-align:left;
        padding:opx;
        margin:0;
        width:70%;
        }

#blue   {
        background-color:#a5e8ff;
        color:#000;
        font-style:italic;
        text-align:left;
        padding:1px;
        margin:0;
        width:80%
        }


#yellow   {
        background-color:#fff58b;
        color:#000;
        font-style:italic;
        text-align:left;
        padding:1px;
        margin:0;
        width:80%
        }

#peach  {
        background-color:#ffc9a1;
        color:#000;
        text-align:left;
        padding:1px;
        margin:0;
        width:80%
        }


h2 { border-top:1px solid #000; border-bottom:1px solid #000; padding:2px }

.super {
        position: relative;
        bottom: 0.5em;
        font-size: 0.8em;
}

 a:link {
 color:#5592ff;
 text-decoration:none;
 }

 a:hover, a:active {
 color:#a5e8ff;
 text-decoration:none
 }

 a:visited {
 color:#cb6dff;
 text-decoration:none;
 }

@font-face {
           font-family:"RiverAvenue";
           src: url(""fonts/riverave.ttf");
           font-style:normal,italic;
           font-weight:100;
}

