@media all {
   A {
          text-decoration: none;
          color: white;
     }

   A:active {
          color: inherit;
            }

   A:link {
          color: inherit;
          }

   A:visited {
          color: inherit;
             }

   BODY {
          font-family: "Trebuchet MS", "sans-serif";
          margin-left: 0%;
          margin-right: 0%;
          color: black;
          background-color: white;
        }

   P {
          font-family: "Georgia", "serif";
          text-align: center;
          margin-left: 20%;
          margin-right: 20%;
     }

   TABLE {
          text-align: center;
         }

   TD {
          font-size: small;
          font-weight: bold;
          text-align: center;
          vertical-align: middle;
          width: 125px;
          height: 125px;
      }

   H1 {
          text-align: center;
          margin-left: 20%;
          margin-right: 20%;
      }
	  
  H2 {
      text-align: center;
      margin-left: 20%;
      margin-right: 20%;
     }

   .color1 {
          color: white;
          background-color: #0000ff;
           }

   .color2 {
          color: white;
          background-color: #3f3fff;
           }

   .color3 {
          color: white;
          background-color: #7F7FFF;
           }

   .color4 {
          color: white;
          background-color: #0000bf;
           }

   .color5 {
          color: white;
          background-color: #2f2fbf;
           }

   .color6 {
          color: white;
          background-color: #5f5fbf;
           }

   .color7 {
          color: white;
          background-color: #00007f;
           }

   .color8 {
          color: white;
          background-color: #1f1f7f;
           }

   .color9 {
          color: white;
          background-color: #3f3f7f;
           }

   .gray {
          color: white;
          background-color: silver;
         }

   .white {
          color: black;
          background-color: white;
          }

   .right {
          text-align: right;
          }

   .left {
          text-align: left;
         }

   .date {
          margin-left: 20%;
         }

   .time {
     	  font-weight: bold;
          text-align: left;
         }

   .entry {
          text-indent: 5%;
          text-align: left;
          }
	
	.comments {
			  margin-left: 25%;
			  }
		  
   .poem {
          text-align: left;
         }

   .link {
          text-align: right;
         }

   .quote {
          font-size: smaller;
          font-style: italic;
          text-align: left;
          margin-left: 25%;
		  margin-right: 25%
          }

   .sidebar {
          text-align: right;
          float: right;
          width: 250px;
          height: 100%;
            }
			
	

}

