         BODY, TD {
            background: #663366;
            color: white;
            font-family: Verdana;
            font-size: 10px;
            text-align: justify;
						font-weight: bold;
         }
				 H1 {
				    font-family: Monotype Corsiva; 
				    font-size:large;
				 }
         H2 {
            font-size: x-large;
            color: #87CEFA;
         }

         H3 {
            font-size: large;
            color: #7FFFD4;
         }

         H4 {
            font-size: medium;
            font-variant: small-caps;
            font-weight: bold;
            color : white;
         }
				  H5 {
            font-size: small;
						font-variant: small-caps;
            font-weight: bold;
            color : #cccccc;
         }
         A {
            text-decoration: none;
            color: #ff9933;
         }

         A:Hover {
            text-decoration: underline;
            color: #990000;
         }

         HR {
            color: blue;
            height: 1pt;
         }
