/* last mod: 26.06.2009 */
body  { 
		color: #00FF00; 
		background-color : #010101;
		font-family: Courier New, Tahoma; 
		font-weight: bold; 
		list-style-type: font-family; 
		border: 0 solid #FFFF00; 
	
		SCROLLBAR-FACE-COLOR: #666666; 
		SCROLLBAR-HIGHLIGHT-COLOR: gray; 
		SCROLLBAR-SHADOW-COLOR: black; 
		SCROLLBAR-ARROW-COLOR: #00FF00; 
		SCROLLBAR-TRACK-COLOR: gray;
		}

tbody  { 
		color: #00FF00; 
		background-color : #010101;
		font-family: Courier New, Tahoma; 
		font-weight: bold; 
		list-style-type: font-family; 
		border: 1 solid #FFFF00; 
		}

A:link {
    TEXT-TRANSFORM: none;
    text-decoration: none;
    color:"#00FFFF";
    }

A:active {
    TEXT-TRANSFORM: none;
    text-decoration: none;
    color:red;
    }

A:visited {
    TEXT-TRANSFORM: none;
    text-decoration: none;
    color:"#FFFF00";
	}

A:hover {
	/* CURSOR: crosshair; мигает, сабака! */
	TEXT-TRANSFORM: none;
	color:red;
	border-bottom: thin dotted Yellow;
}


H3  { 
    color: #FF0000; 
    font: bold tahoma; 
    font-size: small;
    }

H3 SPAN { 
	background-color: #000000; 
	border-right: thin solid #FFFF00; 
	border-bottom: thin solid #FFFF00; 
	padding-right: 1.0ex; 
	}

H3 EM 	 { 
	color: #000000; 
	font-style: normal; 
	}

img { /* 21.07.2010 */
	margin-bottom:1px;
	margin-left:1px;
	margin-right:1px;
	margin-top:1px;
}

.H3Holder { 
	clear: both; 
	padding-left: 2ex; 
	border-left: thin solid gray; 
	border-bottom: thin solid gray; 
	margin-bottom: 1em; 
	}

acronym {
	border-bottom: thin dotted Yellow;
	cursor: help
}

.SelectedText {color: #FF00FF}

.MiniText {font-size: x-small}

