

@font-face {
  font-family: "Your typeface";
  src: url("type/monod-regular-webfont.eot");
  src: local("☺"),
    url("type/monod-regular-webfont.woff") format("woff"),
    url("type/monod-regular-webfont.ttf") format("truetype"),
    url("type/monod-regular-webfont.svg#filename") format("svg");
  }
  
p { 
	font-family:  "Your typeface", sans-serif; 
	font-size: 14px;
	line-height: 20pt;
	color: #000;
	text-align:center;
}

p2 { 
	font-family:  "Your typeface", sans-serif; 
	font-size: 24px;
	line-height: 14pt;
	color: #000;
	text-align:center;
}

A:link
A:visited
A:hover
A:active
  
	a:link {color: black; text-decoration: none; background-color: none} 
a:visited {color: black; text-decoration: none; background-color: none;}
a:hover {color: black; text-decoration: underline; background-color: none}
a:active {
	color: none;
	text-decoration: none;
	background-color: none
}