body {
	direction: rtl;
background-color: #000000;
}
body, input[type='text'], textarea, input[type='button'], input[type='reset']
{
	font: bold 16px arial;
}
input[type='text'], textarea{
	border: 1px solid #ddd;
}
a {
	color: #888;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.c1 {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f8f8f8;
}
.c2 {
	background-color: #000;
color: #FFFFFF;
}
.c1, .c2 {
	width: 99%;
	padding: 2px;
	margin-bottom: 0px;
	text-align: justify;
}
img {
	border: 0px;
}