﻿
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('Montserrat-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('Montserrat-Light.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('Montserrat-Bold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}




.textfa{ 
            font-family: "Montserrat-Regular";
            font-size: 16px;
            letter-spacing: 0px;
            }
            
.titlefa{             
            font-family: "Montserrat-Bold";
            font-size: 22px;
            line-height: 120%;
            }



            /* unvisited link */
	a:link {
  	color: black;
	}

	/* visited link */
	a:visited {
 	 color: black;
	}

	/* mouse over link */
	a:hover {
  	color: gray;
	}

	/* selected link */
	a:active {
  	color: gray;
	}