     A { 
          color: #E6E6FA;
          text-decoration: none;
     }
	 A:HOVER {
	color: #FFE4C4;
	text-decoration: underline;
    }
	 A:ACTIVE {
	color: #FF7F50;
	text-decoration: underline;
}

     H1 { 
          text-align: center;
          color: #FF0000;
          font-size: x-large;
		  font-weight: 600;
          font-style: normal;
     }     
	 H2 { 
          text-align: center;
          color: #FF0000;
          font-size: large;
          font-weight: 700;
          font-style: normal;
          text-decoration: blink;
     }     
	 H3 { 
          text-align: center;
          color: #FF0000;
          font-size: large;
          font-weight: 500;
          font-style: normal;
          text-decoration: none;
     }
     CODE { 
          text-decoration: none;
          text-transform: none;
          color: #FFFF00;
     } 	   
	 BODY {
	background-color: Black;
	color: White;
}
p {
	text-align: justify;
}
b {
	color: yellow;
}


