
/** GENERAL **/
    body { background: #ccc; font-family: verdana; font-size: 10px; }
    pre { margin: 0px; }
    UL, OL { margin: 0px; margin-left: 20px; padding: 0px; }
    UL { list-style-type: square; }
    
/** SEARCH BOX **/

    input { font: inherit; border: 1px solid gray; }

    .search {
        background: white;
        text-align: center; 
        border: 1px solid black;
        padding: 10px;
        width: 600px;
        margin: auto;
        font-family: verdana, sans-serif; 
        font-size: 10px;
    }
    .search TD { font-size: 10px; }
    
    #instructionsTab {
        font-family: verdana;
        font-size: 10px;
        width: 150px;
        margin: auto;
    }
    
    #instructions {
         border: 1px black solid;
         background: white;
         padding: 5px; width: 400px;
         margin: auto;
    }
    
    #instructions, #instructions TD { font-family: verdana; font-size: 10px; }
    
/** RESULTS **/
    .result {
        background: white;
        text-align: center; border: 1px solid black;
        padding: 10px;
    }
    .result A { text-decoration: none; }
    .result A:hover { text-decoration: underline; }
    
    .result TD { font-size: 10px; border-left: 1px #eee solid; 
             /*    width: 50px; */ 
    }
    
    #resultsbox { margin: auto; width: 640px; }
    .result {
        text-align: left;
        padding: 5px; margin: 5px;
        padding-bottom: 5px;
        font-family: verdana; font-size: 10px;
    }
    
    .query { font-weight: bold; background: black; color: white; 
             top: -5px; left: -5px; position: relative; }
    
    .title { display: block; font-weight: bold; }
    .resultText {  }
    .resultText P { margin: 0px; }
    .summary { font-size: 10px; }
    .snippet { font-size: 10px; }
    .url { font-size: 8px; color: green; }
    .reference { float: right; margin-top: 0px; padding-top: 0px; }
    .graphbar { background: gold; position: relative; }
    


