
/* CSS Sytle Sheet for ragact.org */

BODY { background-color: white; color: black }

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: 14pt; color: black } /* Page body headers */
              
div.body { font-family: "Times New Roman", Times, Roman, serif; 
           font-size: 12pt; color: black }    /* General body text */

div.bodypast { font-family: "Times New Roman", Times, Roman, serif; 
               font-size: 12pt; color: gray }    /* Body text for past events */

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.infobig { font-family: Garmond, verdana, arial, helvatica; 
               font-size: 18pt; color: navy } /* sanserif headers */

div.infohead { font-family: Garmond, verdana, arial, helvatica; 
               font-size: 13pt; color: navy } /* sanserif headers */
               
div.infobody { font-family: arial, helvetica; 
               font-size: 10pt; color: black } /* sanserif body text */

div.infonavy { font-family: arial, helvetica; 
               font-size: 10pt; color: navy } /* 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.tiny { font-family: "Times New Roman", Times, Roman; 
     font-size: 9pt; color: black }           /* Table cell with small print */

A:link    { color: blue }
A:active  { color: red }
A:visited { color: blue }

A:link.bodypast    { color: #202080 }
A:active.bodypast  { color: red }
A:visited.bodypast { color: #202080 }
