/* Style sheet for my home web page - created Feb. 21, 2002 */ 


body      { background-color: #F7F0DB;
              font-family: 'Times New Roman', Garamond, 'Century               Schoolbook';
              font-size: 11pt;
              color: #330066;
              } 

p           { font-family: 'Times New Roman', Garamond, 'Century                     Schoolbook';
              font-size: 11pt;
              color: #330066;
              } 

h2          { font-family: 'Times New Roman', Garamond, 'Century                     Schoolbook';
              font-size: 14pt;
              color: #DD5260;
              } 

h3          { font-family: 'Times New Roman', Garamond, 'Century                     Schoolbook';
              font-size: 12pt;
              color: #DD5260;
              } 

td          { font-family: 'Times New Roman', Garamond, 'Century                     Schoolbook';
              font-size: .75em;
              color: #330066;
              } 

a:visited { font-size: 9pt;
              color: #70C634;
              text-decoration: none;
              } 

a:link     { font-size: 9pt;
              color: #6A3AF2;
              font-weight: bold;
              } 

a:hover  { background-color: #CCFFFF;
              font-size: 9pt;
              color: #FFA433;
              text-decoration: none;
              } 
