/**
 * This is the style sheet for the help page.
 *
 * @author     Vera Kern <vera@worksmartlabs.com>
 * @copyright  2009 WorkSmart Labs, Inc.
 */

body {
    color:#545454;
    font-face: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div#content {
    left: 40px;
    position: absolute;
    top: 80px;
}

h1 {
    font-size:16px;
    margin: 10px 0 10px 0;
}

li {
    margin:0 0 5px 0;
}

a.readMore:link, a.readMore:active, a.readMore:hover, a.readMore:visited{
    font-size:12px;
    font-weight:normal
}

li a:link, li a:active, li a:hover, li a:visited {
    font-weight:normal;
    font-size:12px;
    color:#545454;
    text-decoration:underline;
}

h1 a:link, h1 a:active, h1 a:hover, h1 a:visited {
    font-size:16px;
    color:#545454;
    font-weight:bold;
    text-decoration:underline;
}

.image {
    border:none;
}