/* =====
Designer:	"BlueW";
Site:	"http://www.codeysworld.org/";
Path:	"desdownunder/best_memories/";
File:	"best_memories_styles.css";
Date:	"2007-10-24";
===== */


@font-face {
	font-family: "Perpetua";
	panose-1: 2 2 5 2 6 4 1 2 3 3;
}
@font-face {
	font-family: Tahoma;
	panose-1: 2 11 6 4 3 5 4 4 2 4;
}

body {
	color: black; 
	background-color: white;
	/*
	background-image: url(images/best_memories_back.gif);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat;
	*/
}
p, blockquote, ol, ul, li, dl, dt, dd,
table, caption, thead, tbody, tfoot, tr, td, th {
	background: transparent;
	color: black;
	font-size: medium;
	font-family: "Arial", "Helvetica", sans-serif;
}
p {
	margin: 12pt 0pt 0pt 0pt;
	/* text-indent: 0.5in; */
}
p.pFirst {
	margin-top: 0.5in;
	/* text-indent: 0.5in; */
}
p.pDictionary, blockquote p.pDictionary,  {
	background: transparent;
	color: black;
	margin-left: 0.5in;
	font-family: "Perpetua", "Constantia", "Times New Roman", "Times", serif;
	font-size: large;
}

h1, h2, h3, h4, h5, h6 {
	background: transparent;
	color: navy;
	margin: 12.0pt auto 3.0pt auto;
	page-break-after: avoid;
	font-family: "Perpetua", "Constantia", "Times New Roman", "Times", serif;
	text-align: center;
}
h1 { font-size: xx-large; }
h2 { font-size: x-large; }
h3 { font-size: large; }
h4 { font-size: medium; }
h5 { font-size: small; }
h6 { font-size: x-small; }
.mainTitle, h1.mainTitle { font-size: 200.00%; }
.separator, h3.separator {
	margin-top: 18pt;
	margin-bottom: 0pt;
	border-top: 3pt dotted navy;
}

a {
	background: transparent;
	color: black;
}
a[href] { text-decoration: underline; }
a:link { 
	background: transparent;
	color: #0066cc; 
	text-decoration: underline;
}
a:visited {
	background: transparent;
	color: #336699;
	text-decoration: underline;
}
a:active, a:hover {
	background: transparent;
	color: red;
	text-decoration: underline;
}

.imageCenter {
	margin: 12pt auto;
	text-align: center;
}
.notes {
	margin: 6pt 0in;
	font-size: small;
	font-family: "Arial", "Helvetica", sans-serif;
}
.endnotes {
	border-top: solid black 1.5pt;
	margin: 12pt 0in;
	padding: 6pt 0in;
}

/* Page Definitions */

@page usLetter {
	size: 8.5in 11.0in; /* // 215.9mm 279.4mm; */
	margin: 1.0in 1.0in 1.0in 1.0in; /* // 254mm; */
}
div.usLetter { page: usLetter; }
@page isoA4 {
	size: 210mm 297mm; /* // 8.2677in 11.6929in; */
	margin: 254mm 254mm 254mm 254mm; /* // 1.0in; */
}
div.isoA4 { page: isoA4; }
div.page {
}
@media print {
	div.page { page: usLetter; }
} /* // @media print */
@media screen {
	div.page { width: 80%; margin: auto auto; }
} /* // @media screen */
