

/* Presentation Stylesheet */ 
body {
font-size: 14px;
font-family:  helvetica, verdana, arial, 'Futura Bk BT', sans-serif;
color: rgb(51,51,51);
}

h4 {
 margin:0;
 padding: 5px 0;
}

p { 
    line-height: 1.5em;
}

p:first-letter {
 font-size: 120%; 
/* font-weight: bold; */
}

/* Only for IE bug correction */

/*  \*/
* html 
  p:first-line { 
    line-height: 1.3em;
}
/*  */



li { margin-bottom: 0.5em;
}

a:link {
color: #A52A2A; /* brown */
text-decoration: none;
}

a:visited {
color: maroon; /* brown */
text-decoration: none;
}

a:hover {
text-decoration: underline;
}
