
table.tab1
{
border-style:dott;
}
td.type1
{
background-color:yellow;
}
td.type2
{
background-color:Green;
color:white;
}
td.type3
{
background-color:skyblue;
}
td.type4
{
background-color:red;
color:white;
}
td.type5
{
background-color:orange;
}
td.type6
{
background-color:purple;
color:white;
}
td.type7
{
background-color:blue;
color:white;
}
td.type8
{
background-color:#fa3388;
color:white;
}
td.type9
{
background-color:lightgreen;
}
td.type10
{
background-color:pink;
}
td.stype1
{
border-bottom-style:none;
border-top-style:none;
}
td.stype2
{
border-bottom-style:none;
border-top-style:none;
border-left-style:none;
}
div#detailed
{
background-color:#99ee99;
display:block;
margin-left:15%;

border-style:solid;
border-width:2px;
}