﻿@import "classes.css";
@import "elements.css";

html, body 
{
	direction: rtl;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 1px;
	background-color: #790000;
	background-image: url(../images/bg_body.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	font-family: Tahoma;
	line-height: 125%;
	font-size: 10pt;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

p, h1, h2, h3, h4, h5, h6, h7, ul, ol 
{
	margin: 0px;
}

h1, h2, h3, h4, h5, h6, h7 
{
	font-family: Simplified Arabic, Arial;
	font-weight: bold;
}

img 
{
	border-width: 0px;
}

a 
{
	color: #790000;
}

a:hover 
{
	text-decoration: none;
}