/* formerly #CDEB87 */
a:link  {
          color:            #CD6600;
          text-decoration:  none;
          border-bottom:    1px dotted #CD6600; 
        }


/*  formerly #CDAA7D */
a:visited {
            color:            #CDAA7D;
            text-decoration:  none;
            border-bottom:    1px dotted #CDAA7D;
          }


/* formerly #CD6600 */
a:hover  {
           color:         #20B2AA;   
           border-bottom: 1px dotted #20B2AA; 
         }



a.local_anchor:hover {
                         color:            #000000;
                         text-decoration:  none;
                         border-bottom:    0px dotted #FFFFFF;
                     }



a:active  {
            color:  #D41A1F;
          }






#inside_list  { margin-left:  0.25em; }



a#inside_list:link  {
                      color:            #CD6600;
                      text-decoration:  none;
                      border-bottom:    1px dotted #CD6600; 
                      margin-right:     1em;
                    }


/*  formerly #CDAA7D */
a#inside_list:visited  {
                         color:            #CDAA7D;
                         text-decoration:  none;
                         border-bottom:    1px dotted #CDAA7D;
                       }


/* formerly #CD6600 */
a#inside_list:hover   {
                        color:         #20B2AA;   
                        border-bottom: 1px dotted #20B2AA; 
                      }



a#inside_list.local_anchor:hover  {
                                    color:            #000000;
                                    text-decoration:  none;
                                    border-bottom:    0px dotted #FFFFFF;
                                  }


a#inside_list:active  {
                        color:  #D41A1F;
                      }








#knowledge_vs_fact  {
                      text-decoration:  none;
                    }




ul  { list-style : none; }


/* for =ul 
  =table_of_contents
*/
#table_of_contents {
                     list-style:  none;
                     padding-left:  0;
                   }



/* for h3  
  =heading_in_structured_list
*/
#heading_in_structured_list {
                              color:  #CD6900;
                            }



/* For <body>
   General text of the body.
   =general_text
*/
#general_text {  
                color:  #000000;
                font-family:  GEORGIA;
              }




/* For <blockquote>
   for an example (not semantic)
   =my_example
*/
#my_example
{
    background:  #FCFFF0; 
    
}



/* For <blockquote>
   extended quote from an author
   =myblockquote
*/
#myblockquote
{
    background:  #F5FFFA; 
    
}



/*  For <p>
    paragraphs in an unfinished state 
    =unfinished_thought
*/
#unfinished_thought {
                      color:  #B6C5BE;

                    }





table {
         border-top:            1px solid #999999;
         border-left:           1px solid #999999;
         border-collapse:       collapse;
         background:            #FFFFF0;
      }


caption {
            font-family:     VERDANA, sans-serif;
            font-weight:     bold;
            color:           #353F3E;
            padding-bottom:  6px;
        }


th, td {
           padding:  10px;
           border-right:   1px solid #999999;
           border-bottom:  1px solid #999999;
       }




th {
       font-family:  Verdana, sans-serif;
       color:        #000000;
       background:   #CDAA7D;

   }


.meaning_of_content { color:  #B6C5BE; }



em.highlight_one { color:  #FF7722;
                   font-weight:  bold;
                   font-style:  normal;
               }

em.highlight_two { color:  #B87333; 
                   font-weight:  bold;
                   font-style:  normal;
                 }

/*  #AA6600 is cinnamon
    #FF5333 is nectarine
*/ 
em.highlight_three { color:  #FF5333; 
                     font-weight:  normal;
                     font-style:  normal;
                   }




