body {
			padding: 0px;
			margin: 20px;
			width: 700px;
			font-family: Dejavu Sans, Calibri, Arial, times;}
		}

	@media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
		body {
			padding: 0px;
			margin: 20px;
			width: 700px; 
		}
	}

	/* Smartphones (portrait and landscape) ----------- */
	@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
		body {
			padding: 0px;
			margin: 20px;
			width: 320px; }
		}

	/* iPads (portrait and landscape) ----------- */
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		body {	
			padding: 0px;
			margin: 20px;
			width: 495px;
		}
	}

img {
    border: 0px;
}
pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 2em 3em;
	font-size: 14px;
} 

.wordbib {
	font-family: 			"Times New Roman", Times, serif;
    font-size: 				9pt;
    font-style: 			normal;
    text-align: 			justify;
    text-decoration: 		none;
}

.intro {
	margin: 1em 1em;
	font-size: 14px;
	font-weight: bold;
}

.citexp {
    font-size: 14px;
}
.tt {
    font-size: 14px;
	font-weight: bold;
}
 
}
