BODY {
	background-color : Navy;
	font-family : Tahoma;
	font-size : 12px;
	scrollbar-base-color: #0263C2;
	scrollbar-arrow-color:  #FFFFFF;
	text-align : justify;
	text-justify : auto;
	color : White;
	direction : rtl;
	scrollbar-track-color : #4682B4;
}

H1 {
	font-size : 20pt;
	color : Aqua;
}

A {
	font-size : 12pt;
	font-style : italic;
	text-decoration : none;
}

A:HOVER {
	background-color : Blue;
	color : Yellow;
	text-decoration : none;
}




