/*
   Style Sheet for image presentations
   pe 10.8.01 / 20.5.2002

*/

/* Default */
/* Use 'BODY' explicitely becaus old netscape 4.x does not seem
   to recognize '*'
*/

*,BODY
{
   font-family: ,"Arial",sans-serif; /* More may be listed here */
   color: black;
  /*
   background-color: transparent;
   background-image: url("/icons/idblogo_med.gif");
   background-position: bottom right;
   background-repeat: no-repeat;
  */
   background-color: white;
}

/* however, the trick for netscape doesn't seem to work here */

*.footer,
BODY.footer{
  font-family: "Arial",sans-serif; /* More may be listed here */
  font-size: 0.7em;
  line-height: 1.5;
}

/* indented text */
*.indent,
BODY.indent{
}

/* image captions */
*.imghead,
BODY.imghead{
  font-family: "Arial",sans-serif; /* More may be listed here */
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: bold;
}
*.imgbody,
BODY.imgbody{
  font-family: "Arial",sans-serif; /* More may be listed here */
  font-size: 1.0em;
  line-height: 1.0;
}
*.imgnote,
BODY.imgnote{
  font-family: "Arial",sans-serif; /* More may be listed here */
  font-size: 0.7em;
  line-height: 1.0;
}

input.submit{
  background-color: lightgrey;
  font-weight: bold;
}

PRE,CODE,TT{
  font-family: "Courier",monospace; /* More may be listed here */
}

H1,H2 {
  font-family: "Arial",sans-serif; /* More may be listed here */
  text-shadow: 0.2em 0.8em red;
}

A:link {
   text-decoration: underline;
   color: blue;
}
A:visited {
   text-decoration: underline;
   color: green;
}
A:hover{
   text-decoration: none;
   color: lime;
}
A:active{
   color: red;
}



