@media screen {
	BODY { background-color:#eef2ff; } //238 242 255
	TABLE.data,TABLE.holder { background-color:#eef2ff; }
	TABLE.name { background-color:#7070ff; }
	.litfototitel { color:#eef2ff; }
	}

BODY	{
	font-family:"Times New Roman"; font-size:100%; 
	text-align:justify; 
	text-decoration:none; color:#000000;
	}

.litfototitel { text-align:center; }
.citata	{ font-size:100%; font-style:italic; }
.pastaba { font-size:90%; margin: 0 auto 0 auto; }
.saltinis { text-align:right; font-family:"Courier"; color:#cc0000; font-size:85%; margin-bottom: 1em; }
.salt1 { font-size:70%; }

A { color:#000099; text-decoration:none }
A:visited { color:#000066 }
A:hover { text-decoration:underline overline; color:#009900 }
A:focus { text-decoration:underline overline; color:#009900 }
A:active { color:#009900 }

P.footer { text-align:center; margin:0 0 0 0; }

TABLE.skeddata	{
	width:90%;
	border:ridge 6px #99CCFF;
	border-collapse: collapse; 
	border-spacing: 6px;
	padding:5px;
	}
TABLE.skeddata TH	{
	background-color: #CCE6FF;
	border:solid #99CCFF;
	border-width:0 0 2 2;
	padding:5px;
	}
TABLE.skeddata TD	{
	background-color: #DDEEFF;
	border:solid #99CCFF;
	border-width:0 0 2 2;
	padding:5px;
	text-align:center;
	vertical-align:top;
	}

TABLE.foto	{
	border:ridge 6px #99CCFF;
	border-collapse: collapse; 
	border-spacing: 6px;
	padding:5px;
	}
TABLE.foto TD	{
	background-color: #DDEEFF;
	border:solid #99CCFF;
	border-width:0 0 2 2;
	padding:5px;
	text-align:center;
	vertical-align:top;
	}

/* selection color: */

::-moz-selection { background:#3366ff; color:#eef2ff; }
::selection { background:#3366ff; color:#eef2ff; }
code::-moz-selection { background:#3366ff; color:#eef2ff; }
code::selection { background:#3366ff; color:#eef2ff; }

