body
{
	background-color: #c95;
	color: black;
	font-family: palatino, times new roman, times, serif;
	font-size: medium;
	margin: 40px 40px 40px 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: top;
}

img { border: 0; }


/* LINKS ------------------------------------------------------- */

A { text-decoration: underline; }
A:link { color: black; }
A:visited { color: black; }
A:hover { color: #0c0; }
A:active { color: blue; }

A.underline { text-decoration: underline; }

A.creativecommons:link, A.creativecommons:visited { color: #c66; }
A.creativecommons:hover { color: #c00; }
A.creativecommons:active { color: red; }

.noline, A.noline, A.navlink, A.meta, A.quietlink, A.creativecommons { text-decoration: none; }
A.navlink:hover { text-decoration: underline; }
A.quietlink:link, A.quietlink:visited, A.quietlink:hover, A.quietlink:active { color: black; }
.persephone, A.persephone:link, A.persephone:visited, A.persephone:hover, A.persephone:active { color: #c95; cursor: default; }


/* TEXT ------------------------------------------------------- */

.normal {
	font-weight: normal;
	font-style: normal;
}
.strong { font-weight: bold; }
.emph { font-style: italic; }
.underline { text-decoration: underline; }
.justify { text-align: justify; }

.strongemph
{
	font-weight: bold;
	font-style: italic;
}

.strongunderline
{
	font-weight: bold;
	text-decoration: underline;
}

.emphunderline
{
	font-style: italic;
	text-decoration: underline;
}

.strongemphunderline
{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.fineprint, .copyright { font-size: .85em; }

p.basic1, p.basic
{
	line-height: 1.4em;
	text-align: justify;
	margin: 0.1em auto 0.2em auto;
}

p.basic { text-indent: 2.5em; }

/* MISC ------------------------------------------------------- */

.crosshair { cursor: crosshair; }
.deflt { cursor: default; }

.language_caveat
{
	font-size: small;
	color: #666;
	font-weight: normal;
}
