a{
TEXT-DECORATION: none;
}

body
{
	margin : 50px 80px;
}
h1
{
	background: Silver;
	margin : 1px;
	font-size : 13pt;
	font-family :Arial,serif ;
	font-weight : bold;
	text-align: center;
	color : Green;
}
h2
{
	background : #CEDAF0;
	font-size : 10pt;
	direction : rtl;
	margin : 1px;	
	font-family : Tahoma;
	padding-right: 10px;
}
h3
{
	background: White;
	font-size : 10pt;
	direction : rtl;
	margin : 1px;
	font-family : Tahoma;
	padding-right: 10px;
}
a:hover{
color:#8080FF
}



