
/* CSS Sytle Sheet for avsrinivasan.com */

BODY { background-color: #e09940; color: black }

div.dochead { font-family: verdana, arial, helvetica; 
              font-size: 30pt; color: #806000 }  /* masthead text */

/* div.dochead { font-family: Dauphin, "Times New Roman", Times, Roman, serif; 
              font-size: 30pt; color: #806000 }
 */
              
div.sechead { font-family: "Times New Roman", Times, Roman, serif; 
              font-size: 18pt; color: black } /* Page body headers */
              
div.bodybig { font-family: "Times New Roman", Times, Roman, serif; 
              font-size: 13pt; color: black } /* Page body headers */
              
div.body { font-family: "Times New Roman", Times, Roman, serif; 
           font-size: 12pt; color: black }    /* General body text */

div.bodysmall { font-family: "Times New Roman", Times, Roman, serif; 
                font-size: 10pt; color: black }    /* General body text */

div.bodysplash { font-family: verdana, arial, helvetica;
                 font-size: 12pt; color: black } /* Page body internal headlines */

div.tiny { font-family: verdana, arial, helvetica; 
           font-size: 7pt; color: black }     /* Page footer text */
           

div.infohead { font-family: Garmond, verdana, arial, helvatica; 
               font-size: 13pt; color: #806000 } /* sanserif headers */
               
div.infobody { font-family: verdana, arial, helvetica; 
               font-size: 10pt; color: black } /* sanserif body text */
               

th { font-family: verdana, arial, helvetica; 
     font-size: 10pt; color: black }          /* Generic table header */
     
td { font-family: "Times New Roman", Times, Roman; 
     font-size: 12pt; color: black }          /* Generic table cell */

td.body { background-color: white;
     font-family: "Times New Roman", Times, Roman; 
     font-size: 12pt; color: black }

td.nav { background-color: #ffe880;  /* e8ffa0 */
     font-family: "Times New Roman", Times, Roman; 
     font-size: 12pt; color: black }

td.bar { background-color: #806000;
     font-family: "Times New Roman", Times, Roman; 
     font-size: 12pt; color: black }

td.tiny { font-family: "Times New Roman", Times, Roman; 
     font-size: 9pt; color: black }

A:link    { color: #806000 }
A:active  { color: red }
A:visited { color: #806060 }

