body {
	background-color: #b6c3f8;
    font-family: Arial,Helvetica,sans-serif;
	direction: rtl;
}

h1 {
	font-size: 22pt;
	font: bold;
}

h2 {
	font-size: 13pt;
	font: bold;
}

p {
	text-align: justify;
}

td {font-weight: normal;}

a:link {
	color: #330099;
}

a:visited {
	color: purple;
}

a:active {
	background-color: yellow;
}

a:hover {
	color: red;
}

.innercontent { display: none; }
