/* LINKED STYLE SHEET */
P,OL,UL,DL,DD {font-family:Bitstream Charter,Baskerville,Times,serif;font-style:normal;}
A {font-family:sans-serif;font-size:small;font-style:normal;}
H1,H2,H3,H4,H5,H6,DT {font-family:Bitstream Charter,Baskerville,Times,serif;font-style:normal;}
.aqua         {color:aqua;} 
.black        {color:black;}
.blue         {color:blue;}
.choco        {color:maroon;}
.fuchsia      {color:fuchsia;}
.gray         {color:gray;}
.green        {color:green;}
.lime         {color:lime;}
.maroon       {color:maroon;}
.navy         {color:navy;}
.olive        {color:olive;}
.mandarine    {color:#FF8700;}
.marine       {color:navy;}
.purple       {color:purple;}
.red          {color:red;}
.silver       {color:silver;}
.teal         {color:teal;}
.tomato       {color:#FF4027;}
.white        {color:white;}
.yellow       {color:yellow;}
.violet       {color:#800080;}

a.info{
        position:relative;           /*this is the key*/
        z-index:24;
        background-color:#e0e0e0;    /* background colour of display text */
        color:#000000;               /* colour of display text */
        border:1px dotted #999;    /* border colour */
        text-decoration:none;
        font-style:italic;
        }
a.info:hover {
        z-index:25;
        background-color:#ffff66;
        }
a.info span{
        display: none;  /* hide the span text using this css */
        }
a.info:hover span{ /*the span will display just on hover state*/
        display:block;
        position:absolute;
        top: 1.5em;
        left: 3em;
        width:20em;
        border:1px solid #ff0000; /* border colour */
        background-color:#ffff99; /* background colour here */
        color:#000A00;         /* text colour */
        text-align: center;
        font-size: 1em;
        font-style:italic;
        z-index:30;
        }

/* file : style.css , Robert Billon , 2000-07-20 */
/* Last update : 2008-06-03 */
