  body {font-size: 100%; /*fixes exaggerated text resizing by IE6 and IE7*/
  	    /*line-height:1.125em;*/ /* 16×1.125=18 */
        line-height: 1.3;
        font-family: verdana, arial, sans-serif;
  	    text-align: left;
        color: #000000;
        background: white;
        }
   *{margin: 0; padding: 0;}
   
   h1 {font-size: 1.0em;
       padding-top: 1.0em;
       }
   h2 {font-size: .9em;}

   h3 {font-size: 0.85em;}
   
   p {font-size: 0.85em;
      margin-top: 1.125em;
      margin-bottom: 1.125em;
      }

   #card {margin-top: 1em;
		  text-align: center;
		  }
		  
   ul.pledgecard {list-style-type: none;
                  }
   li.pledgecard {font-size: .75em;
   				  font-weight: bold;}
		  
		  
