H1 {
	color : #00C6FF;
	text-align : center;
	font-variant : small-caps;
	text-decoration : underline;
}
A {
	COLOR:lime;
}
P:first-line {
	color : #1E7EAE;
	text-decoration : underline;
	font : bold;
}

P {
	color : Silver;
}

A:hover {
	TEXT-DECORATION: underline overline;
	text-transform : uppercase;
}

BODY {
	background-image : url(../en/img/elma3.jpg);
	font : larger;
	color : Silver;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: Teal;
	COLOR: #a2a2a2;
	SCROLLBAR-3DLIGHT-COLOR: Green;
	SCROLLBAR-ARROW-COLOR: Green;
	SCROLLBAR-DARKSHADOW-COLOR: Green;
	SCROLLBAR-BASE-COLOR: Green;
}

TABLE {
	color : Silver;
	font-size : 100%;
}


A:link {
	TEXT-DECORATION: none
}
A:visited {
	COLOR: yellow;
	TEXT-DECORATION: none;
}
A:active {
	color: white;
	TEXT-DECORATION: overline underline;
}
