.head { font-size : 20pt;
        font-family : Traditional Arabic;
        font-weight : bold;
        color : #000000;
        }
.head1 { font-size : 16pt;
        font-family : Traditional Arabic;
        font-weight : bold;
        color : #000000;
        }
.head2 { font-size : 18pt;
        font-family : Traditional Arabic;
        font-weight : bold;
        color : #000000;
        }

.txt { font-size : 14pt;
        font-family : Traditional Arabic;
        font-weight : bold;
        color : #000000;
        }
.txt1 { font-size : 10pt;
        font-family : Tahoma;
        font-weight : none;
        color : #000000;
        }
.txt2 { font-size : 12pt;
        font-family : Tahoma;
        font-weight : none;
        color : #000000;
        }
.txt3 { font-size:9pt;
		font-family:tahoma;
		font-weight:none;
		color:#000000;
      }
.txt4 { font-size:9pt;
		font-family:tahoma;
		font-weight:none;
		color:#cd3333;
      }

.button {border-style: solid; 
		 border-width: 1;
		 width:70;
		 color: #FFFFFF; 
		 background-color: #000080;
		 		}
		a{
		color:#0C4480;
		text-decoration : none;
		}
		A:Hover  {
        text-decoration : none;
        color:red;
        }