@media all {

   A {
          color: white;
     }


   A:active {
          font-size: larger;
          font-style: italic;
          text-decoration: blink;
          color: yellow;
            }


   A:link {
          font-size: larger;
          font-style: italic;
          color: lightyellow;
          }


   A:visited {
          color: darkslategray;
             }


   A:hover {
          font-size: larger;
          font-style: italic;
          color: red;
           }


   H1 {
      }


   P {
     }


   .Urban {
          text-align: center;
          }


   .Urban H1 {
          font-family: inherit;
          font-size: x-large;
          font-style: italic;
             }


   #100 {
          text-align: center;
          border-top: thick outset deepskyblue;
          border-bottom: thick outset navy;
          border-left: thick outset deepskyblue;
          border-right: thick outset navy;
          color: yellow;
          background-color: blue;
          width: 150px;
        }


   #101 {
          text-align: center;
          border-top: thick outset deepskyblue;
          border-bottom: thick outset navy;
          border-left: thick outset deepskyblue;
          border-right: thick outset navy;
          color: yellow;
          background-color: blue;
          width: 105px;
          height: 90px;
        }