/*    =COMMON
-----------------------------------------------------*/
body {
    font-family: 'Trebuchet MS', trebuchet, sans-serif;
    color: #000;
}

strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    color: #f09900;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

/*    =COMMON
-----------------------------------------------------*/
h1 {
    font-size: 22px;
    line-height: 32px;
}

ul li {
    font-size: 12px;
}