I got a page i made, and I need to make 4 buttons that say "Font Size, Font Family, Font Color, and Background color" to change to different styles besides default when they are clicked on. I tried

<td><input type="button" name="b1" value="14pt" onclick=document.GetElementByID("Searching").style .fontSize="18px";"value="18x"></td>

and it didn't change anything. "Searching" is the name of the paragraph i need these buttons to change. Help Please