@font-face {
  font-family: SamimBold;
  src: url('f/Samim-Bold.eot');
  src: url('f/Samim-Bold.eot?#iefix') format('embedded-opentype'),
       url('f/Samim-Bold.woff') format('woff'),
       url('f/Samim-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: Vazir;
  src: url('f/Vazir.eot');
  src: url('f/Vazir.eot?#iefix') format('embedded-opentype'),
       url('f/Vazir.woff') format('woff'),
       url('f/Vazir.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: VazirBold;
  src: url('f/Vazir-Bold.eot');
  src: url('f/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
       url('f/Vazir-Bold.woff') format('woff'),
       url('f/Vazir-Bold.ttf') format('truetype');
  font-weight: bold;
}

html {
	background-color:#2e2c30;
}

html

#header {
	margin: auto;
	font-family: SamimBold;
	text-align: center;
	font-size: 30px;
	color: #A4C400;
  text-shadow: 1px 1px black;
}
#header2 {
  margin: auto;
  font-family: SamimBold;
  text-align: center;
  font-size: 18px;
  color: #6C3483;
text-shadow: 0.1px 0.5px black;
}

#INTXT {
	margin-left: 4%;
	margin-right: 4%;
	font-family: Vazir;
	text-align: center;
	font-size: 20px;
	color: white;
	direction: rtl;
	text-align: justify;
	text-justify:inter-word;
  text-shadow: 0.1px 0.5px black;
 	margin-top: -15px;
}

#BOLDT {
  margin-left: 4%;
  margin-right: 4%;
  font-family: VazirBold;
  font-size: 20px;
  color: #ffaa00;
  direction: rtl;
  text-align: right;
  text-shadow: 0.1px 0.5px black;
}

#BOLDT2 {
  margin-left: 4%;
  margin-right: 4%;
  font-family: VazirBold;
  font-size: 20px;
  color: #ff0088;
  text-shadow: 0.1px 0.5px black;
}

a {color: white;}