        .read
        {
         color:red;
        }
        .normal
        {
         color:white;
        }

        body,td {
        	color:silver;
	        font-family:futura extra bold, sans-serif;
                font-size : 11px;
                        margin: 3;
        }

         h1 {
         color:silver;
         font-size : 24px;
         line-height : 20x;
         }
         h2 {
         color:gray;
         font-size : 14px;
         line-height : 12px;
                margin-bottom : 5px;
                margin-top : 10px;
         }

         A  {
         color : silver;
         text-decoration: none;
         font-weight : bold;
         }
         A:hover  {
           background-color : gray;
           color : white;
           text-decoration: none;
           font-weight : bold;
         }
