<style>
/**
 * Cascading Stylesheet for the Key Seminars Inc. website.
 */

<!--
    body {
        background-image: url("/images/iStock_000009283950Medium.gif");
    }
    .text,p,ol,ul { 
            font-family: Century Gothic, Arial, Helvetica, sans-serif;
            font-size: 11pt;
            font-weight: normal; 
            font-style: normal; 
    }
    .test { 
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11pt;
            font-weight: normal; 
            font-style: normal; 
    }
    .title {
        color: #8D8D8D;
        font-family: Century Gothic, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold; 
    }
    .gray10 { color: #8D8D8D;
                 font-family: Verdana, Arial, Helvetica, sans-serif;
                 font-size: 10pt;
                 font-style: normal; }

    /** A-tag style for the default links. */
    a:link    { color: #346667;
                text-decoration: underline; }
    a:visited { color: #346667;
                text-decoration: underline; }
    a:hover   { color: #346667;
                text-decoration: underline; }
    a:active  {color: #346667
                text-decoration: underline; }


    /** A-tag style for the footer links. */
    a.gray10:link    { 
        color: #8D8D8D;
        text-decoration: none; }
    a.gray10:visited { 
        color: #8D8D8D;
        text-decoration: none; }
    a.gray10:hover   { 
        color: #8D8D8D;
        text-decoration: underline; }

    /** A-tag style for navigation links. */
    .white    { color: #ffffff;
                           font-family: Century Gothic, Arial, Helvetica, sans-serif;
                           font-size: 11pt;
                           font-weight: normal;
                           text-decoration: none; }
    a.white:link    { color: #ffffff;
                           font-family: Century Gothic, Arial, Helvetica, sans-serif;
                           font-size: 11pt;
                           font-weight: normal;
                           text-decoration: none; }
    a.white:visited { color: #ffffff;
                           font-family: Century Gothic, Arial, Helvetica, sans-serif;
                           font-size: 11pt;
                           font-weight: normal;
                           text-decoration: none; }
    a.white:hover   { color: #ffffff;
                           font-family: Century Gothic, Arial, Helvetica, sans-serif;
                           font-size: 11pt;
                           font-weight: normal;
                           text-decoration: underline; }
-->
</style>