 a:visited {
            color: #c90
        }

        a:hover,
        a:focus {
            color: #000;
            text-decoration: none;
            font-weight: 400;
        }

       /* code {
            display: block;
            background: #ebebeb;
            font-size: 0.875em;
            padding: 1em 2em;
            overflow-x: scroll;
            white-space: nowrap
        }

        blockquote {
            font-style: italic;
            margin: 0 5%
        }*/


        /*nav {
            font-size: 0.9375em;
            margin: 2.5em 0
        }

        nav ul {
            list-style: none !important;
            padding: 0;
            margin: 0;
            background: purple;
            overflow: hidden
        }

        nav>ul>li {
            float: left !important;

        }

        nav ul li a {
/*            position: relative !important;*/
           /* display: block !important;
            padding: 0.75em 1.35em;
            color: #fff;
            text-decoration: none
        }*/

     /*   nav ul li a:first-child:nth-last-child(2) {
            padding-right: 1.75em
        }

        nav ul li a:first-child:nth-last-child(2):after {
            content: '';
            position: absolute !important;
            bottom: 0.75em;
            right: 0.5em;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 5px 0 5px;
            border-color: #fff transparent transparent transparent
        }*/
/*
        nav ul ul li a:first-child:nth-last-child(2):after {
            bottom: auto;
            top: 50%;
            margin-top: -5px;
            border-width: 5px 0 5px 5px;
            border-color: transparent transparent transparent #fff
        }

        nav ul li a:hover,
        nav ul li a:visited,
        nav ul li a:focus {
            color: #fff
        }*/

        /* :focus styles for tab-to visibility */
        nav ul li:hover>a,
        nav ul li a:focus,
        nav ul li.active>a {
            background: navy
        }

        /* :focus/.active styles for tab-to visibility - '.active' class added via js when tabbed-to */
     /*   nav ul ul {
            display: none;
            position: absolute !important;
            min-width: 10em;
            white-space: nowrap;
            background: navy
        }*/

        nav ul ul {
            overflow: visible
        }

        nav ul ul li {
            position: relative !important;
        }

        nav ul ul li a:hover,
        nav ul ul li:hover>a,
        nav ul ul li a:focus,
        nav ul ul li.active>a {
            background: #1253ca;
        }

        /* :focus/.active styles for tab-to visibility - '.active' class added via js when tabbed-to */
        nav ul ul ul {
            left: 100%;
            top: 0
        }

        nav ul li:hover>ul,
        nav ul li.active>ul {
            display: block !important;
        }

  /**New CSS**/
 .hlinks
 {
    color: black !important; text-decoration: none;font-weight:600 !important;
 }
 .jkdiv{
    font-size: 14px !important; margin-right: 26px;
 }
 .jlklinks{
    color:black !important; font-weight:900 !important;
 }