﻿        a {
            color: hsl(200, 50%, 50%);
        }

        body {
            background: hsl(200, 0%, 98%);            
        }

        body, pre {
            font-size: 14pt;
        }
         

        div.phrases div {
            margin: 1em 0em;
        }

        table.words td {
            padding-right: 8px;
        }


        main nav a {
            text-decoration: none;
        }

        div.nav-to-top {
            margin-left: 0.5em;
            font-size: 11pt;
        }

        div.nav-to-top a {
            text-decoration: none;
            
        }

        div.nav-to-top span {
            /*
            display: none;
                */
        }

        h2 {
            margin-bottom: 0.3em;
        }

        div.left-panel, div.right-panel {
            display: inline;
            float: left;
        }
        
        div.left-panel {
            width: 400px;
        }

        br.clear-left {
            line-height: 0;
            clear: left;
        }