How do I change the font and colors of headings, links, text, and form elements?

Make the following changes in the code: 

html .tagalys-namespace a, html #tagalys-namespace a,
html .tagalys-namespace p, html #tagalys-namespace p,
html .tagalys-namespace span, html #tagalys-namespace span,
html .tagalys-namespace h1, html #tagalys-namespace h1,
html .tagalys-namespace h2, html #tagalys-namespace h2,
html .tagalys-namespace h3, html #tagalys-namespace h3,
html .tagalys-namespace h4, html #tagalys-namespace h4,
html .tagalys-namespace h5, html #tagalys-namespace h5,
html .tagalys-namespace h6, html #tagalys-namespace h6,
html .tagalys-namespace label, html #tagalys-namespace label,
html .tagalys-namespace button, html #tagalys-namespace button,
html .tagalys-namespace input, html #tagalys-namespace input
{
  font-family: 'Arial';
  color: #CCC;
}