body,td     {
            font-family:        verdana, tahoma, univers, helvetica, sans-serif;
            font-weight:        500;
            color:              darkslategray;
            background-color:   f4f4f8;
            }

hr          {
            height:             1px;
            }

a           {
            font-weight:        bold;
            color:              darkslateblue;
            }

h1          {
            font-size:          90%;
            display:            inline;
            }

li          {
            font-weight:        normal;
            }

.copy       {
            font-size:          10px;
            font-weight:        bold;
            color:              gray;
            }

.copy a     {
            font-weight:        bold;
            font-size:          8pt;
            text-decoration:    none;
            color:              darkslateblue;
            }

.box        {
            border:             1px solid gray;
            padding:            8px;
            }

.logo       {
            font-size:          350%;
            font-weight:        normal;
            font-family:        timesroman, times, serif;
            font-style:         italic;
            padding-top:        40px;
            padding-left:       40px;
            }

.pre        {
            font-weight:        normal;
            font-size:          110%;
            font-family:        timesroman, times, serif;
            color:              darkblue;
            }


