
@font-face {
		  font-family: "Diavlo";
		  src: url(Diavlo_BOOK_24.otf);
	}
	
	table, tr, td{vertical-align:top;
	height:100%;
	}
	table{
	}
	
	img
	{
	vertical-align:middle;
	}
	body, html,div,span{color:#fff;font-family:"Diavlo",arial;line-height:1.2em;}
	h2{
	font-size:24pt;
	}
	body{background-color:#222;}
	html,body{width:100%;}
	#thumbs{
	float:left;width:160px;margin:0px 0px 0px 20px;
	}
	
    *
    {
        font-size: medium;
    }
    #wait
    {
        border-bottom: thin dotted black;
    }
    #wait abbr
    {
        border: none;
    }
    #done
    {
        font-weight: bold;
    }
    .index{
   clear:left;float:left;
    padding:4px;
    width:5em;
    }
    .result{
    float:left;
    padding:4px;
    }
    #testSet{
    width:750px;
    max-height:600px;
    overflow:auto;
    border:1px dotted white;
    clear:both;
    }
    
    li.links{
    float:left;
    margin:0px 5px 5px 0px;
    background-color:silver;
    color:DarkGreen;
    border:1px double DarkGreen;
    font-weight:bold;
    list-style-type:none;
    padding:0px;
    width:5em;
    text-align:center;
    }
    li.a:hover{
    background-color:White;
    }
    a{
    color:inherit;
    text-decoration:none;
    }
	#status{
	font-size:22pt;
	}