@media all {
   A {
          font-family: "@Arial Unicode MS", "Times New Roman", "serif";
          font-size: medium;
          font-weight: normal;
          font-variant: normal;
     }

   A:active {
            }

   A:link {
          color: blue;
          background-color: #91FFFF;
          }

   A:visited {
          color: red;
             }

   H1 {
      }

   P {
          font-family: "@Arial Unicode MS", "Times New Roman", "serif";
          text-indent: 1%;
          background-repeat: repeat;
          background-color: #D88F2C;
          list-style-type: circle;
          table-layout: auto;
          border-collapse: collapse;
          border-spacing: 6% 16%;
     }

}
