
body, input, textarea {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
 font-family: Verdana, Geneva, sans-serif;
}

/*===== Help for forms =====*/

a.help,
a.help:link,
a.help:visited,
a.help:active,
a.help:hover
{
 cursor: help;
 border: none;
}

.helptext {
 display: none;
 line-height: 1.25;
 font-size: 95%;
 font-weight: normal;
 background: #eeffee;
 border: 2px solid #009900;
 padding: 0 0.5em;
 margin-top: 0.2em;
 margin-bottom: 0.2em;
}

.helptext p {
 margin: 0.5em 0;
}

.helptext ul {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
}