form {
  text-shadow: 0 0 2px #FF0000;
}
input {
	 font-weight: bold;
	 font-weight: 900;
 }
 body { 
    background-color: 6FDFD4;
    }
article { 
    border-color: #0000ff;
    }   
	 p {
        color: orange;
    }
table caption { 
    padding: 10px;
    background: #Ff400;
}
	
   