@charset "windows-1253";
/* Use "large", "x-large" etc for font-size. It looks ok in both IE and NS although there is not a finer distinction between font sizes  */
/* While this works well in both IE and NS, IE does not change the font size by "View->Text Size-> etc" */
/* @charset "utf-8"; */
/* author: Agelos Perdikouris */
/* Creation date: 8/10/2001 */
	body {
	font-size: medium;
	font-family: "Palatino Linotype", "Athena" ;
}
/* H1: Αριστοτέλους Ηθικά Νικομάχεια */
	h1 {
	font-family : "Palatino Linotype", "Athena", "Arial Unicode MS", "Georgia Greek", "MgAvantG UC Pol";
	font-size: x-large;
	text-align: center;
	color: maroon;
	margin-top: 2em;
}
/* H2, H3 : not used */
	h2 {
	font-family: serif;
	font-size: x-large;
	font-weight: normal;
	text-align: center;
}
	h3 {
	font-family: serif;
	font-size: large;
	font-weight: normal;
	text-align: center;
}
	/* P {margin-left: 5em;margin-right: 5em;} */
	.text {margin-left: 5em;margin-right: 5em;}
	p.text { text-indent: 2em;}
	td {
	font-family : "Palatino Linotype", "Athena", "Arial Unicode MS", "Georgia Greek", "MgAvantG UC Pol";
	font-size: medium;
}
	.m {
	/* font-family: tahoma, verdana, arial ;
	*/
	font-family: /* Verdana, Arial, Helvetica, */ Sans-serif ;
	font-size: small;
}
	.ross {
	font-family: Verdana, Arial, Helvetica, Sans-serif ;	
	font-size: medium;
	font-weight : bold;
	color: maroon;
}
	.b {
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
}
	sup{font-size : smaller;}
	A:link {color: blue; text-decoration : none;}
	A:visited {color: maroon; text-decoration : none;}
	A:active{}
	A:hover{color: #FF0000;}
