/*
|| Name: iti.css 
|| Purpose: Iti Stylesheet
|| History: 
|| 16/5-2002, PNR: Created.
*/

/*** Body, Links: ***/

/*
body { background-color: #FFFFEE; 
       color: #250001; 
       font-family: Verdana,Geneva,Arial,Sans-serif;
       font-size: 91%;
}
*/
body { background-color: #FFFFFF; 
       color: #006699; 
       font-family: Verdana,Geneva,Arial,Sans-serif;
       font-size: 91%;
}


/*:link { color: #993300; background-color: #FFFFEE }*/
:link { color: #006699; background-color: #FFFFFF }

/*:visited { color: #000000; background-color: #FFFFEE; }*/
:visited { color: #6699CC; background-color: #FFFFFF; }

/*** Text spec.: ***/

.text             { font-family: Verdana,Geneva,Arial,Sans-serif; 
                    font-size: 91%;
                  }
.text-bold        { font-family: Verdana,Geneva,Arial,Sans-serif;
                    font-size: 91%;
                    font-weight: bold;
                  }
.text-small       { font-family: Verdana,Geneva,Arial,Sans-serif; 
                    font-size: 83%;
                  }
.text-xsmall     { font-family: Verdana,Geneva,Arial,Sans-serif; 
                    font-size: 75%;
                  }
.text-medium      { font-family: Verdana,Geneva,Arial,Sans-serif; 
                    font-size: 100%;
                  }
.text-medium-bold { font-family: Verdana,Geneva,Arial,Sans-serif; 
                    font-size: 95%;
                    font-weight: bold;
                  }
.text-large       { font-family: Verdana,Geneva,Arial,Sans-serif; 
                    font-size: 110%;
                  }
.text-xlarge     { font-family: Verdana,Geneva,Arial,Sans-serif; 
                    font-size: 140%;
                  }
/*
.navlinks         { font-family: Arial,Sans-serif; 
                    font-size: 113%;
                    font-weight: bold;
                  }
*/
.navlinks         { font-family: Arial,Sans-serif; 
                    font-size: 130%;
                    font-weight: bold;
                  }

/*** Misc.: ***/

div.figure {
  float: left;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
  text-align: center;
}

p.caption {
  font-style: normal;
  text-indent: 0;
} 

