A:link {
	color: #0000FF;
}

A:active {
	color: #0000FF;
}

A:visited {
	color: #0000FF;
}

A:hover {
	color: #FF0000;
}

html {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	color: #000000;
	font-family: 'Arial', 'Verdana', 'Courier New', 'Courier';
	font-size: small;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #F0EFEF;	
}

table, tr, td  {
	font-family: 'Arial', 'Verdana', 'Courier New', 'Courier';
	font-size: small;
	padding: 2px;
	margin: 0px;
}

h1 {
	font-weight: bold;
	font-size: x-large;
}

h2 {
	font-weight: bold;
	font-size: large;
}

h3 {
	font-weight: bold;
	font-size: medium;
}

h4 {
	font-weight: bold;
	font-size: small;
}

p.submit-bar {
  direction: rtl;
}
