HEAD
{
  FONT-FAMILY		: Tahoma; 
  FONT-SIZE		: 18;
  COLOR 		: black; 
  text-decoration	: underline
  TEXT-ALIGN		: center;
  BACKGROUND-COLOR	: #CCFFCC;
}

BODY
{
  FONT-FAMILY		: Tahoma; 
  FONT-SIZE		: 14;
  COLOR 		: black;  
  BACKGROUND-COLOR	: #f6f6f6;            
}

HR {

color : black;

}

TITLE
{
  FONT-FAMILY		: Tahoma;
  FONT-SIZE		: 12;
  COLOR 		: black;
  BACKGROUND-COLOR	: #CCFFCC;
}


a.big
{
  FONT-FAMILY		: Tahoma;
  COLOR 		: black;
  text-decoration	: none;
}

a.big:link
{
  FONT-FAMILY		: Tahoma;
  COLOR 		: black;
  text-decoration	: none;
}

a.big:visited
{
  FONT-FAMILY		: Tahoma;
  COLOR 		: black;
  text-decoration	: none;
}

a.big:hover
{
  FONT-FAMILY		: Tahoma;
  COLOR 		: black;
  text-decoration	: underline;
}


a
{
  FONT-FAMILY		: Tahoma;
  COLOR 		: fuchsia ;
  text-decoration	: none;
}

a:link
{
  FONT-FAMILY		: Tahoma;
  COLOR 		: fuchsia ;
  text-decoration	: none;
}

a:visited
{
  FONT-FAMILY		: Tahoma;
  COLOR 		: fuchsia;
  text-decoration	: none;
}

a:hover
{
  FONT-FAMILY		: Tahoma;
  COLOR 		: black;
  text-decoration	: underline;
}



tr {
  border-color		: red;
  border-top		: thin;
  border-bottom 	: thin;
  border-left		: none;
  border-right		: none;
}

td

{
  FONT-FAMILY		: Tahoma;
  FONT-SIZE		: 12;
  color 		: black;
}

TD.title
{
  BACKGROUND-COLOR	: #aaaaaa;
  COLOR 		: black;
  TEXT-ALIGN		: center;
}

TD.subtitle
{
  BACKGROUND-COLOR	: #aaaaaa;
  COLOR 		: black;
  TEXT-ALIGN		: center;
}

P.OK {
  FONT-FAMILY		: Tahoma;
  FONT-SIZE		: 11;
  color 		: WHITE;
  BACKGROUND-COLOR	: GREEN;
  TEXT-ALIGN		: center;
}

P.NOK {
  FONT-FAMILY		: Tahoma;
  FONT-SIZE		: 11;
  color 		: WHITE;
  BACKGROUND-COLOR	: RED;
  TEXT-ALIGN		: center;
}

