
/*  Pippo style sheet   ( June 2015 )

	- mainly to get decent cursive font for all platforms including iPad
	Other font-faces:  Liorah,	diva,  anke
*/

@font-face { font-family: anke;   src: url(fonts/anke.ttf);  }

body {
 	font: normal 14pt/1.4  "Apple Chancery",  anke, cursive ;
	margin: 10px;  
	background-color: #fffadc;
	}

div.resume { 
	font-family:  "Times", serif ; 
	font-size:12pt; }

.res_content {
	font-family:  "Arial", sans-serif ; 
	font-size:11pt; 
	padding-left: 15px ;}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) 
{
	body {
		font-size: 150% ;
	}
}