BODY        { 
            background-color: #FFFFC0;
            color: black;
            }
.category   { 
            color: #000090; 
            font-family: Arial; 
            font-size: large; 
            text-align: center;
            font-weight: bold;
            }
A:link      { 
            color: #0000F0; 
/*            text-decoration: underline; */
            } 
A:visited   {
            color: maroon;
/*            text-decoration: underline; */
            }
A:active    { 
            color: maroon;
/*            text-decoration: underline; */
            }
A:hover     { 
            color: maroon;
/*            text-decoration: underline; */
            }
            
TABLE {
            border-color: #F0F0B0;            
       }     

TD          { 
            text-align: left; 
            vertical-align: top;
            } 
TD.mainback {            
            background: #FFFFC0 none;
            color: black;
            padding: 5px;
            margin: 60px;
            }

/*  Resume  */
            
.rescategory   { 
            font-family: Arial; 
            font-size: large; 
            text-align: center;
            font-weight: bold;
            color: white; 
/*            background-color: black; */
            background-color: #2F2F00;
            margin: 0.9em;
            width: 100%;
            padding: 2px;
            } 
TABLE.resexp {
             width: 100%;
             border:0;
             }            
TD.resexpwhere {
             text-align: left;
             font-weight: bold;
             padding:1px;
             }            
TD.resexpwhen {
             text-align: left;
             padding:1px;
             }            
TD.resexpplace {
             text-align: right;
             padding:1px;
             }        
.resexpwhat {
            font-style: italic;
/*            text-decoration: underline;*/
             }  
             
TD.resedutime {
             width: 20%;
              }
TD.reseduwhat {
              }

HR {
            border-color: #F0F0FF;            
            color: #F0F0FF;            
       }     
