    .examples { font-family: helvetica,arial,sans-serif;
            font-size: 13px;
             margin-left: 25px;
             margin-right: 25px;
             padding-bottom: 15px;
             padding-top: 15px;
             line-height: 1.6em;
             border-bottom: 1px dotted black;
             width: 600px;
             }
    .examples a { margin-right: 10px;
                white-space: nowrap;
            }
    .examples a:hover { color: orange; }
    .cloud { font-family: helvetica,arial,sans-serif;
             margin-left: 25px;
             margin-right: 25px;
             padding-bottom: 15px;
             width: 600px;
             line-height: 1.6em;
             text-align: justify;
             border-bottom: 1px dotted black
             }
    .cloud div { display: inline; }
    .cloud a { white-space: nowrap; 
               margin-left: 3px; 
               margin-right: 3px; 
               color: darkblue; 
               text-align: left; 
               text-decoration: none; }

    .cloud a:hover { color: orange; text-decoration: underline; }
    .urlform { font-family: helvetica,arial,sans-serif;
             margin-left: 25px;
             margin-right: 25px;
             width: 600px;
             line-height: 1.6em;
             text-align: justify;
             border-bottom: 1px dotted black }

body {
        min-width:825px;
    }
    #wrap {
        width:830px;
    }
    #main {
        float:right;
        width:630px;
    }
    #sidebar {
        background-color: #EEEEEE;
        padding: 5px;
        float:left;
        width:170px;
        font-family: helvetica,arial,sans-serif;
        font-size: 13px;
        line-height: 1.2em;
    }
      
