a:hover
{
	color: Red;
	text-decoration: underline;
}
a
{
	color: #6600ff;
	text-decoration:none;
}
a:visited
{
	color: #336600;
	text-decoration:none;
} 
a:active 
{
	color: Red;
	text-decoration	:	none; 
   
}
h1
{
	background: #6C8FA6;
	margin : 0px;
	font-size : 12pt;
	font-family : arial;
	font-weight : bold;
	text-align: center;
	font-color : white;
}
h2
{
	background : #D8E0E8;
	height:20px;
	font-size : 13pt;
	direction : rtl;
	margin : 2px;
	font-family : arial,Tahoma;
	font-weight:bold;
	padding:3px 0px 3px 0px;
	
}
h3
{
	height:20px;
	background : #ECF2F8;
	font-size : 13pt;
	font-weight:bold;
	direction : rtl;
	margin : 2px;
	font-family : arial,Tahoma;
	padding:3px 0px 3px 0px;
}
h4
{
	direction:rtl;
	font-family: Times New Roman, Arial;
	color: rgb(160,182,223);
	font-size: 20pt;
	font-weight:bold;
	text-align:center;
}
h5
{
	font-family: Times New Roman, Arial;
	color: rgb(20,158,64);
	font-size:15pt;
	font-weight:bold;
	text-align:center;
