body {
	direction:rtl;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	overflow-x:hidden;
	background-color: #454949;
	color: #B12828;
}

a {
	color:#2E2921;
	text-decoration:none;
	transition:color 0.5s;
	-ms-transition:color 0.5s;
	-moz-transition:color 0.5s;
	-webkit-transition:color 0.5s;
	-o-transition:color 0.5s;
}
a:hover {
	color:#C00;
	text-decoration:underline;
}

h1{font-size: 16px; text-align: center;}
h2{font-size: 12px; #000;}
h3{text-align: center; color: #000;}
h4{color: #000;}

#a4{
	width: 595px;
	height: 842px;
	border: solid 5px #F00;
	border-radius: 5px;
	margin: 10px auto;
	background-color: #F00;
	box-shadow: 6px 6px 30px #F56363;
}
#a4 tr{
	background-color: #FFF;
}

.top_btn{
	position:absolute;
	left:25px;
	top:15px;
	padding:5px 10px;
	background-color:#B3BFFB;
	border-radius:5px;
}

button, .dl{
	width: 120px;
	height: 45px;
	font-size: 22px;
	background-color: #BE0505;
	color: #FFF;
	cursor: pointer;
}

textarea{display: none;}