.experiments {
 color:   #666666;
}

.experiments a {
 color:   #666666;
 text-decoration: none;
}

.experiments td {
 color:   #666666;
}

.experiments tr {
 color:   #666666;
}

.experiments th {
 text-align: center;
 padding-left: 5px;
 color: #6060D4;
 font-weight: normal;
}

.experiments .legend {
 width:        250px;
 text-align:   center;
}

.experiments .yes
{
 background-color: #00FF00;	
}

.experiments .no
{
 background-color: #FF5050;	
}

.experiments .maybe
{
 background-color: #FFFF00;	
}

.experiments .timeout
{
 background-color: #FFBB00;
}

.experiments .error
{
 background-color: #99DDFF;
}

.experiments .time
{
 background-color: #EEEEEE;
}

.experiments .misc
{
 background-color: #EEEEEE;
}
