.cms-content {
  font-family: Arial, Helvetica, sans-serif;
  color : @grey;

  h1 {
    font-size : 36px;
    color : @black;
  }

  h2 {
    font-size : 22px;
    color : @black;
  }

  h3 {
    font-size : 16px;
    color : @black;
  }

  h4 {

  }


	p {
    font-size : 14px;
    color : @grey;

    strong {
      font-weight : bold;
    }
  }

	ul {

    list-style-type : disc;
    padding-left : 20px;

		li {
      font-size : 14px;
      color : @grey;
    }

	}

	a { 
    color:@red; 
  }
}