@font-face {
 font-family: fe-font;
 src: url("/fonts/fe.eot"); /* EOT file for IE */
}

p
{
	font-size:15px;
    font-family:fe-font;  
	color:white;
	text-decoration:none;
}