/* CSS Sytle Sheet for Stephen Shipman */

/* Basics */           

BODY { background-color: white; color: black }
A:link    { color: blue }
A:active  { color: red }
A:visited { color: gray }


/* General page styles */
div.sechead { font-family: "Times New Roman", Times, Roman, serif; 
              font-size: 14pt; color: black }

div.body { font-family: "Times New Roman", Times, Roman, serif; 
           font-size: 12pt; color: black }

div.bodysm { font-family: "Times New Roman", Times, Roman, serif; 
             font-size: 10pt; color: black }

div.mono { font-family: "courier new", courier, serif; 
           font-size: 10pt; color: black }

div.caption { font-family: verdana, arial, helvetica; 
              font-size: 10pt; color: black }


/* Other Styles */
div.nav { font-family: verdana, arial, helvetica; 
           font-size: 9pt; color: black }

div.tiny { font-family: verdana, arial, helvetica; 
           font-size: 8pt; color: black }
              
              
/* Table styles */              

th { font-family: "Times New Roman", Times, Roman; 
     font-size: 12pt; color: black }

td { font-family: "Times New Roman", Times, Roman; 
     font-size: 12pt; color: black }

td.pers { font-family: verdana, arial, helvetica;
          background-color: #ffa0a0;
          font-size: 10pt; color: black }

td.game { font-family: verdana, arial, helvetica;
          background-color: #a0ffa0;
          font-size: 10pt; color: black }

td.ref  { font-family: verdana, arial, helvetica;
          background-color: #a0a0ff;
          font-size: 10pt; color: black }

th.pers { font-family: verdana, arial, helvetica;
          background-color: #ff0000;
          font-size: 10pt; color: black }

th.game { font-family: verdana, arial, helvetica;
          background-color: #00ff00;
          font-size: 10pt; color: black }

th.ref  { font-family: verdana, arial, helvetica;
          background-color: #0000ff;
          font-size: 10pt; color: black }

td.nav  { font-family: verdana, arial, helvetica; 
          font-size: 9pt; color: black }

td.tiny { font-family: verdana, arial, helvetica; 
          font-size: 8pt; color: black }


/* Fin */           

