
/* normal text*/
p {margin-top: 0;  margin-bottom: 0;
font-family: arial; font-size: 11pt;}

/* Heading Arial 12*/
h1{margin-top: 0;  margin-bottom: 0;
font-family: arial; font-size: 12pt; font-weight: bold}

/* Greek paragraph Tinos 12*/
p.greek {text-align:left; margin-top: 0;  margin-bottom: 0;
font-family: 'Tinos', serif;
; font-weight: normal
; font-size: 12pt;}

/* Greek font only Tinos 12*/
span.greek {
font-family: 'Tinos', serif;
; font-weight: normal
; font-size: 12pt;}

/* Latin*/
p.latin {margin-top: 0;  margin-bottom: 0;
font-family: arial
; font-weight: normal
; font-size: 12pt;}

/* Translation Times 12*/
p.translation {margin-top: 0;  margin-bottom: 0;
font-family: "times new roman"
; font-weight: normal
; font-size: 12pt;}

.tab { margin-left: 30px; }

.tabsmall { margin-left: 10px; }

/* Page break*/
p.breakhere {page-break-before: always}


/* Don't move the position of this*/
body 
{
background-image:
url('texture2.gif')
}


a:link { color:black;text-decoration: none; }
a:visited { color:black; text-decoration: none; }
a:active { text-decoration: none; }
a:hover { color: blue; text-decoration: none; }

table.sample {
border-spacing: ;
	border:1px solid black; border-collapse: collapse
}
table.sample th {
border-right-style: solid; 
border-right-color: black; 
border-right-width: 1px; 
padding: 4px;

}


table.sample td {
	border:0px none; 
padding: 4px;
 
}
