@charset "utf-8";
/* CSS Document */

body,html {
	font-family: Traditional Arabic, KFGQPC Uthman Taha Naskh Bold, sans-serif, Arial, Helvetica, roboto, sans;
	font-size: 18px;
	color: #000000;
	widht: 100%;
}

p{text-align:left;}

a, a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: bold;
}

h2 { padding-bottom: 5px;     padding-top: 5px;     font-size: 22px;     margin-bottom: 10px;     text-align: center;  background-color: #87CEFA;
 border-style: solid;     border-bottom: double #666;     border-top: double;
  border-left: 0px;  border-right: 0px;  border-center: 0px;     border-radius: 0px;         font-family: "sans;georgia;arial" }

h3 { padding-bottom: 5px;     padding-top: 5px;     font-size: 22px;     margin-bottom: 10px;     text-align: center;
 border-style: solid;     border-bottom: double #666;     border-top: double;
  border-left: 0px;  border-right: 0px;  border-center: 0px;     border-radius: 0px;         font-family: "sans;georgia;arial" }

@font-face {
    font-family: Traditional Arabic;
    src: url("font.ttf")
}

#simple {
    margin: 0;
    padding: 0;

}

#simple li {
    background: #0A3158;
    border-bottom: 4px solid #198794;
    list-style: none;
    padding: 0.5em;
    text-align: center;

}

#simple li:hover {
    background: #808080;
}

#simple li a {
    color: #F6B02E;
    display: block;
    text-decoration: none;
}

img {max-width: 100%}



