/****************************
 * common style definitions *
 ****************************/

BODY, P, TH, TD, UL, OL, H1, H2, H3, H4, PRE, SMALL, BLOCKQUOTE, DT, DL, DD {
   font-family : Verdana, sans-serif;
}

.margin {
	background: orange;
}

.center {
	background : white;
	color : black;
}	

.elapsed {
	background: cyan;
}

.pending {
	background: pink;
}

TD.margin {
	background: orange;
}

DT { 
        margin-top : 10px;
}

BODY {
     margin : 0em;
}

P {
	margin : 2px;
}

PRE {
	margin : 1em;
}
   
TABLE {
	empty-cells: show;
}

PRE  {
	font-family : monospace;
}

BODY, P, TH, UL, OL, H1, H2, H3, H4, PRE, SMALL, BLOCKQUOTE, DT, DL, DD {
	background : white;
	color : black;
}


@media screen {
   TH {
	background : darkblue;
	color : white;
   }

   A:LINK  {
           text-decoration : underline;
           color : blue;
   }
   
   A:VISITED  {
           text-decoration : underline;
           color : red;
   }
   
   A:HOVER  {
           text-decoration : underline;
           color : green;
   }
}
