
/* normal text*/
p {margin-top: 10;  margin-bottom: 10;
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 Gentium 13*/
p.greek {margin-top: 0;  margin-bottom: 0;
font-family: gentium, palatino linotype, lucida grande
; 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;}

/* Page break*/
p.breakhere {page-break-before: always}


/* Don't move the position of this*/
body 
{
background-image:
url('texture2.gif')
}



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;
 
}
