
/* 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 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;}

/*Transparent Arial 14*/
p.trans25 {
color: #17ADD7;
width: 100%;
background: transparent;
filter: alpha(opacity= 25);
-moz-opacity: .25;
opacity: .25;
text-align: left;
font-size: 3;
font-weight: bold;
}

/* 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;
 
}
