 /*flexible site style */
 
 .head1  {
        text-align:center;
 		font-size:45px;
		font-family:times;
		font-weight:bold;
		color:#DAA520;
		}
        
 .head2 {
         text-align:center;
 	 	 font-size:30px;
		 font-family:times;
		 font-weight:bold;
		 color:#DAA520;
		 }
  .greenhead {
         text-align:center;
 	 	 font-size:25px;
		 font-family:Ariel;
		 font-weight:bold;
		 color:green;
		 } 
  
  .subtitletan {
         text-align:center;
 	 	 font-size:30px;
		 font-family:arial;
		 font-weight:bold;
         text-decoration:underline;
		 color:#ffe4c4;  
                }
  .subtitleyellow {
          text-align:center;
 	 	 font-size:30px;
		 font-family:arial;
		 font-weight:bold;
         text-decoration:underline;
		 color:yellow;  
  
                  }
                
  .section  {
         font-size:15px;
		 font-family:caption;
		 font-weight:normal;
		 color:#DAA520;
		 }
		 
  table.base  {
          table-layout:fixed;
          border-style:outset;
          border-width:10;
          background-color:#300300;
          border-color:#ffcc66 #ffff99 #ff9933 #cc9900;
          font-family:Arial, sans-serif;
          }

 ul.shoe      {
         list-style-image:url('Pics/shoe15.png');
         line-height:200%;
         float:none;
         vertical-align:center      
         }
         
 ul.plain {
          list-style-type:none;
          }
 .100     {line-height:100%}       
 .200     {line-height:200%}
 .300     {line-height:300%}
          
 .committee {
              list-style-type:none;
              font-family:georgia;
              font-size:20px;
              color:#ae79b2;
              line-height:90%;
              }
  .names      {
              list-style-type:none;
              font-family:georgia;
              font-size:20px;
              color:#f3868b
              }             
              
          
 .under   {
          text-decoration:underline;
          }
                  
 body.base   {
             background-color:#000000;
             text-color:#000000;
             link-color:green;
             vlink-color:violet;
             alink-color:blue;
             margin:0.5cm;
            
             }
             
  .styleblue {
             font-family:Comic Sans MS;
             color:#6666ff;
             font-size:20px;
             }
             
  .styletan  {
             font-family:Comic Sans MS;
             color:#ffe4c4;
             font-size:20px;
             }
               
 .stylecyan  {
             font-family:Comic Sans MS;
             color:#00fffe;
             font-size:20px;
             }
         
   .styleyellow  {
             font-family:Comic Sans MS;
             color:yellow;
             font-size:20px;
             }
             
  .stylegold {           
             font-family:times;
             color:#DAA520;
             }
  .smaller   {font-size:15px}
  .larger    {font-size:20px}
  .largest   {font-size:30px}
  .right     {
             text-align:right
             }
  .left      {text-align:left}
  .phone     {
             font-family:Comic Sans MS;
             color:#00ffff;
             font-size:20px;
             text-align:right;
             }
   .bold     {
             font-weight:bold;
             }
   .center   {
             text-align:center;
             }
   .times    {font-family:times}
   .arial    {font-family:arial}
   .georgia  {font-family:georgia}
   .algerian {font-family:algerian}
  .blue    {color=#0000ff}
.red     {color=#ff0000}
.yellow  {color=#ffff66}
.pink    {color=#ffccff}
.tan     {color=#ffe4c4}
.green   {color=#66ff00}
.white   {color=#ffffff} 
   
a:link {}     /* unvisited link */
a:visited {}  /* visited link */
a:hover {color: #FF0000;
           background-color:white     }   /* mouse over link */
a:active {color: #33ff00}   /* selected link */ 
