        ul {
            margin: -110 15px;
            padding:15px;
            width:300px;
        }

        body {
            background-color: #FFFFFF;
            text-align: center;
        }

        a {
            color: blue;
            font-size: 15px;
            font-family: Arial, serif;
            margin-top: 10px;
        }

        p {
            margin-top: 10px;
            margin-bottom: 10px;
        }

        table {
            background-color: #FFF;
            margin: 26px auto 40px;
            padding: 0 0 20px;
            color: #333333;
            font-size: 12px;
            line-height: 20px;
            font-family: Verdana;
        }  
    
        .person-container {
            padding-left: 25px;
            padding-right: 50px;
            width: 77%;
        }

        .person {
            letter-spacing: -1px;
        }

        .person img{
          margin-left: 10px;
          margin-right: 10px;
        }

        .person h1 {
            color: #475261;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 28px;
            font-weight: 100;
            letter-spacing: -1px;
            line-height:1
        }

        .person h2 {
            margin-top: 0px;
            margin-left: 2px;
            color: #475261;
            font-family: Times New Roman ,serif
            letter-spacing: -.7px;
        }

        .item {
            margin-bottom: 10px;
            margin-right: 30px;
            padding-bottom: 10px;
            border-bottom: 1px solid #dfdfdf;
            width: 730px;
            line-height:1;
        }

        .item .top {
            color: #06A;
            font-family: Georgia, serif;
            font-size: 18px;
            font-weight: 200;
            letter-spacing: -1px;
            margin-bottom: 10px;
        }

        .item .sub {
            color: #262625;
            font-family: Times New Roman, serif;
            font-size: 17px;
            font-style: normal
            font-weight: 400;
            padding-bottom: 0 px;           
        }
        .item-last {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        .item h4 {
            float: right;
            background-color: #eeeeee;
            color: #333333;
            font-size: 8px;
            text-transform: uppercase;
            margin: 0 0 1em;
            padding: 2px 10px;
            width: 124px;
            text-align: center;
        }

        .item h4:hover {
            background-color: #000000;
            color: #ffffff;
        }

        .cv-section-items {
            float: right;
            margin-right: 10px;
            width: 490px;
        }

        h2.cv-section-name {
            color: #3C4756;
            font-size: 19px;
            font-style: italic;
            font-weight: 400;
            letter-spacing: -1px;
            text-align: right;
            margin-right: 10px;
        }

        .cv-section-name {
            margin-top: 0px;
            margin-left: -20px;
            width: 170px;
        }

        .first-cv-section {
            background-color: #FFFFFF;
            margin: 0px;
            padding: 0px;
            height: 160px;
        }

        .second-cv-section{
          line-height: 16px;
        }

        .tags-title  {
            float: left;
            padding: 14px 0;
            color: #06A;
            font-size: 11px;
            font-weight: bold;
        }

        .tags {
            overflow: hidden;
            padding: 10px 0 0;
            list-style-type: none;
        }

        .tags li {
            float: left;
            background-color: #eeeeee;
            color: #333333;
            font-size: 15px;
            text-transform: uppercase;
            margin: 2px 5px;
            padding: 2px 10px;
            text-align: center;
        }

        .personal-profile {
            font-size: 15px;
            font-family: Times New Roman, serif;
            line-height: 16px;
        }      