<style>
        body {
          background-color:#FFF;
          color:#000;
          width:99%;
          font-size:17px;
          font-family: "Open Sans", Arial, Helvetica, sans-serif;
        }

        a {
          color:#800000;
          text-decoration:none;
        }
        a:visited {
          text-decoration:none;
          color:#800000;
        }
        a:hover {
          color:#800000;
          text-decoration:underline;
        }

        .br {
          width:100%;
          height:10px;
        }
        h1 {
          color:#800000;
          line-height:50px;
        }
        h2 {
          color:#800000;
          line-height:45px;
        }

        .menuMain {
          background-color:#333;
          color:#000;
          width:250px;
          padding:5px;
          border-radius:5px;
          box-shadow:5px 10px #888888;
          display:none;
          margin:10px 73%;
          position:fixed;
          z-index:1;
        }
        .menuMain a {
          color:#FFF;
          text-decoration:none;
        }
        .menuMain a:visited {
          color:#FFF;
          text-decoration:none;
        }
        .menuMain a:hover {
          color:#800000;
          text-decoration:none;
        }
        .menu {
          background-color:#000;
          width:95%;
          padding:5px;
          border-radius:5px;
          margin-top:5px;
        }
        .menuBtIns {
          display:none;
        }
        .menuBtDel {
          display:none;
        }
        header {
          width:96%;
          top:10px;
          position:sticky;
          z-index:100;
          margin:0 auto;
        margin:0 auto;
        }
        header img {
	  text-align:center;
          width:170px;
        }
        .head {
          background-color:#DDE8F0;
          width:98.1%;
          color:#000;
          padding:5px;
          border-radius:5px;
        }
        .head a {
          color:#00A658;
          text-decoration:none;
        }
        .head a:visited {
          color:#00A658;
          text-decoration:none;
        }
        .head a:hover {
          color:#00A658;
          text-decoration:none;
        }
        .head1 {
          font-size:18px;
          text-align:right;
          display:none;
	  margin-top:-20px;
        }
        .head2 {
          width:95%;
          font-size:20px;
          font-weight:bold;
          margin:0 10px;
          display:inline-block;
          text-align:center;
        }
        .contentHome {
           background-color:#FFF;
           width:80%;
           margin:20px auto;
           border-radius:5px;
           padding:5px;
        }
        .content {
           background-color:#fff;
           width:65%;
           margin:10px auto;
           float:left;
           padding:5px;
           border-radius:5px;
        }
        .contentRight {
           background-color:#AFCFA1;
           width:24.7%;
           margin:-15px 63.5%;
           border-radius:5px;
           padding:5px;
           box-shadow:3px 3px #333;
        }
        .contentRight a {
          color:#FFF;
          text-decoration:none;
        }
        .contentRight a:visited {
          color:#FFF;
          text-decoration:none;
        }
        .contentRight a:hover {
          color:#800000;
          text-decoration:none;
        }
        .content img {
           width:100%;
           max-width:960px;
           max-height:720px;
           border-radius:5px;
        }
        .contentVx {
           background-color:#fff;
           width:75%;
           margin:20px auto;
           border-radius:5px;
           padding:5px;
           line-height:30px;
        }
        .contentVx img {
           width:100%;
           border-radius:5px;
        }
        footer {
          background-color:#DDE8F0;
          color:#000;
          width:96.5%;
          margin:10px auto;
          padding:5px;
          text-align:center;
          border-radius:5px;
        }
        footer a {
          color:#000080;
          text-decoration:none;
        }
        footer a:visited {
          text-decoration:none;
          color:#000080
        }
        footer a:hover {
          color:#000080;
          text-decoration:underline;
        }
        iframe {
          width:100%;
          height:360px;
        }
        .clearfix:after {
          visibility: hidden;
          display: block;
          font-size: 0;
          content: " ";
          clear: both;
          height: 0;
        }
        @media screen and (max-width:768px) {
          body {
            width:94%;
            font-size:14px;
          }
        h1 {
          line-height:40px;
        }
        h2 {
          line-height:35px;
        }
        .menuMain {
          width:88%;
          margin:10px auto;
          margin-bottom:20px;
          font-size:16px;
        }
          header {
            width:100%;
            margin:0 5px;
          }
          .head {
            width:92%;
          }
        .head1 {
          font-size:18px;
          text-align:right;
          display:inline-block;
	        margin-top:10px;
          margin-left:-10px;
          position:absolute;
        }
          .head2 {
            width:84%;
          }
          .menuBtIns {
            display:block;
          }
          .contentHome {
            background-color:#FFF;
            width:92%;
            margin:3px 5px;
          }
          .content {
             width:97.5%;
             margin:7px auto;
             color:#000;
          }
          .content img {
             width:99%;
          }
          .contentRight {
            display:none;
          }
          .contentVx {
             width:93%;
             margin:10px 3px;
             line-height:27px;
          }
          .contentVx img {
             width:99%;
          }
          footer {
            width:95%;
            margin:15px -1px;
          }
          iframe {
            width:100%;
            height:360px;
          }
        }
      </style>
