<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
        {
            background-color:   white;
            color:              black;
            font-family:        sans-serif;
            margin:             0;
        }

        #body
        {
            margin:             2em 1em 1em;
        }
        
        p{
            margin:         1em;
            max-width:      70em;
        }
        #head_line {
         background:        #62A324 none repeat scroll 0 0;
         font-family:       sans-serif;
         color:             white;
         font-weight:       bolder;
         text-align:        center;
         border-width:      0 0 1px;
         border-style:      none none solid;
         margin:            0;
         font-size:         larger;
         height:            2em;
         padding:           1em 2em 1.5em;
        }
        
        #head_line h1 {
            margin:         0 1em   0   0;
        }

        .btn {
         background-color:   #003366;    
         border:            1px solid #8DEA34;
         color:             white;
         padding:           0.5em;
         text-align:        center;
         width:             12em;
         font-weight:       bolder;
         -moz-border-radius-bottomleft: 5px;
         -moz-border-radius-bottomright: 5px;
         -moz-border-radius-topleft:    5px;
         -moz-border-radius-topright:   5px;
        }
        .lnk {
            display:        inline;
            padding:        0.5em;
        }
        a{
            text-decoration:none;
            color:          white;
        }
        a:hover {
            text-decoration:underline;
        }

        .none {
            text-decoration:none;
            color:          blue;
        }
</pre></body></html>