/* begin print.css */

@import url(basic.css);

body
{
	background-image: none;
	background-attachment: fixed;
}

.leftbar, .rightbar
{
	background-image: none;
}

h1, h2, h3
{
	color: #000000;
}

h4, h5, h6
{
	color: #666666;
}

.spec, .principle
{
	background-color: #eeeeee;
}

.hebrewheader, .greekheader, .copticheader, latinheader
{
	color: #000000;
}

code
{
	color: inherit;
}

caption, .caption
{
	color: #000000;
}

.display, .asciidisplay
{
	color: #000000;
}

.hebrewdisplay
{
	color: #000000;
}

.greekdisplay, .copticdisplay, .latindisplay, .europeandisplay,
.customdisplay
{
	color: #000000;
}

.manuscriptdisplay
{
	color: #000000;
}

.matthew, .blue
{
	color: #000000;
}

.mark, .red
{
	color: #000000;
}

.luke, .green
{
	color: #000000;
}

.hebrewfooter, .greekfooter, .copticfooter, .latinfooter
{
	color: #000000;
}

.logo
{
	color: #000000;
}

table.content
{
	border: 1px solid #ffffff;
}

td.spec
{
	background-color: #eeeeee;
}

td.data
{
	background-color: #ffffff;
}

table.datum
{
	border: 1px solid #ffffff;
}

tr.datum
{

}

td.datum
{
	border: 1px solid #ffffff;
}

.printclick
{
	color: #000000;
}

a:link
{
	text-decoration: underline;
	color: #000000;
}

a:visited
{
	text-decoration: none;
	color: #000000;
}

a:visited.moderntitle
{
	text-decoration: underline;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
	color: #000000;
}

/* end print.css */