/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { font-size: 60%; }


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body { 
  color: #222; 
 /* font-family: "Lucida Grande", Verdana, sans-serif; */
  font-family:"Lucida Grande",arial,helvetica,verdana,sans-serif;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1em; }

img         { margin: 0 0 0; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }

del         { color:#666; }

a:focus, 
a:hover     { color: #000; }
a           { color: black; text-decoration: none; }

strong      { font-weight: bold; }

.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

p .incr, .incr p {
	font-size: 11px;
	line-height: 1.44em;  
	margin-bottom: 1.5em;
}

div .incr, .incr div {
	font-size: 11px;
	line-height: 1.44em;  
}