/*
	Listopad's Alexandr CSS-file.
	$Id: CSS.css,v 1.33.4.2 2000/08/02 16:25:27 laa Exp $
*/


BODY	{
	margin: 0.5em 0.5em 0.5em 0.5em ;
	font-size: 10pt;
}
 
A		{ text-decoration: none; }
A:link		{ color:blue;}
A:active	{ color:lightblue;}
A:visited	{ color:darkblue;}
A:hover		{ color:blue;
		text-decoration:underline;}



P		{ text-align: justify; text-indent: 1em; }

UL,OL		{ text-align: justify; }

DIV.color	{ background-color: #FFD90a; }

DIV.colorandbold       { background-color: #BBCCFF; font-weight: bold; }
DIV.yellowbold	{ background-color: #b0b900; font-weight: bold; }
DIV.nice01	{ background-color: #EEda94; }
div.note	{ margin-left: 3em; font-size: 8pt; }
font.red	{ font color: red; }

DIV.center	{ text-align: center; }

P.small		{ text-indent: 1em; }

P.right		{ text-align: right; font-size: 9pt; }

H2,H3,H4,H5	{ font-family: sans-serif; }

TD.small	{ font-size: 9pt; text-align: justify; }

PRE	{	font-size: 90%; 
		white-space: pre; 
		margin-left: 2em; 
}

DT	{ font-size: 12pt; font-family: sans-serif; } 

DD	{ margin-right: 3em; }
