BODY {
	font-family : tahoma;
	font-size: 12px;
}

H2 {
	font-size: 35px;
 	font-family: Traditional Arabic;
   color: Maroon;
	text-align: center;
}

H3 {
    font-family: tahoma;
    font-size: 15;
	 color: Green;
}

H4 {

	font-family : tahoma;
	font-size: 13px ;
	line-height: 150%;
	color: Blue;
}
H5 {

	font-family : tahoma;
	font-size: 13px ;
	text-align: justify;
	line-height: 150%;
}
H6 {

	font-family : tahoma;
	font-size: 11px ;
	text-align: justify;
	color: Blue;

}
A {
	color: white;
}

A:Hover {
	color: Green;
}

HR {
	height: 1pt;
}

