BODY {
    background-color: #FFFEFF; 
    border : 0;
    margin : 0;
    /* background-image: url(images/backgrounds/background.gif) */ 
}

.leftColText {
    color : #0040ff ;
   /* background-color : green ; */
}

a.outlink:link
{
    background: url(images/externalLink.gif) no-repeat 100% 0;
    padding: 0 20px 0 0;
    color : #0040ff ;
    text-decoration : none ;
    font-family : arial,serif,courier ;
    font-size : 10pt ;
}

a.outlink:visited
{
    background: url(images/externalLink.gif) no-repeat 100% 0;
    padding: 0 20px 0 0;
    color : #0040ff ;
    text-decoration : none ;
    font-family : arial,serif,courier ;
    font-size : 10pt ;
}


a.outlinkCol:link
{
    background: url(images/externalLink.gif) no-repeat 100% 0;
    padding: 0 20px 0 0;
    color : #0040ff ;
    text-decoration : none ;
    font-family : arial,serif,courier ;
    font-size : 10pt ;
}

a.outlinkCol:visited
{
    background: url(images/externalLink.gif) no-repeat 100% 0;
    padding: 0 20px 0 0;
    color :  #0040ff  ;
    text-decoration : none ;
    font-family : arial,serif,courier ;
    font-size : 10pt ;
}


.no_underline {
    color : #0040ff ;
    /* background-color : #0F0F0F; */
    text-decoration : none ;
    font-family : arial,serif,courier ;
    font-size : 10pt ;
}



/*
a[href^"=http://"]::before {content: url(images/externalLink1.jpg);}
*/

A:link { color: #0040FF;
    /* text-decoration: none ; */
    }

.linktype { color: #0040FF; };

A:visited {color: #0040FF; }
A:hover { color: red }

.saying { 
    background : #FFDDCC ; 
    color : black 
}

.title  { 
    font-size: 20pt ; 
    background-color: #FFEFCD ; 
    color: #000000 ; 
    font-family: times new roman;
}

.indexColumn {
    /* background-color: #FFEFCD ; */
    background-color: #FFEFCD ;
    font-family : serif;
    /* font-size : 20pt; */
}

.selected { 
  /*  font-style: italic ; */
    font-weight : bold ; 
}


.mylink {
    background-color :NavajoWhite;
    border: 1px outset black;

}

.urgent {
    background-color : red ;
    color : white ;
    font-size : large;
    font-style : bold;
}


.ticker { 
  font-family: "Helvetica","Ariel","Georgia","Arial Black",Times,serif ; 
  font-size: medium ;
  color: white ; 
  background-color: blue; 
  font-style: bold ;
}


