/* CSS Document */
@font-face {
    font-family: 'sakkal_majallaregular';
    src: url('majalla-webfont.eot');
    src: url('majalla-webfont.eot?#iefix') format('embedded-opentype'),
         url('majalla-webfont.woff2') format('woff2'),
         url('majalla-webfont.woff') format('woff'),
         url('majalla-webfont.ttf') format('truetype'),
         url('majalla-webfont.svg#sakkal_majallaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('opensans-light-webfont.eot');
    src: url('opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-light-webfont.woff2') format('woff2'),
         url('opensans-light-webfont.woff') format('woff'),
         url('opensans-light-webfont.ttf') format('truetype'),
         url('opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Headings */
h1 {font-size: 34px}
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}	/* 14px */

h1, h2, h3, h4, h5, h6 { font-family: 'sakkal_majallaregular',Tahoma, Geneva, sans-serif;  font-weight: 400; line-height: 1.1;}

/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {	color: #C74350;	text-decoration: underline;}
a:hover, a:active {	color: #fff; text-decoration: none;}

/* Paragraphs */
p {font-family: 'open_sanslight',Tahoma, Geneva, sans-serif; margin-bottom: 1.143em; color:#ffebb4;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}

/* Lists */
ul { list-style: outside disc;}

ol { list-style: outside decimal; margin: 1em 0 1.5em 1.5em;}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */
blockquote {font-style: italic;}
cite {}

q {}



.txtalgCen { text-align:center;}
.clear { clear:both;}
