body { 
  color: black; 
  background-color: white; 
}

p {
  text-indent: 1em;
}

hr {
  height: 2pt;
}

a img {
  background: transparent;
  color: white;
  border: 0;
}

.center {
  text-indent: 0;
  text-align: center;
  margin-left: 0%;
}

.bottomtext { 
  font-size: smaller; 
  text-align: right; 
}

.menubar	{
		border-width:1px; 
		border-style:solid;
		border-color:#000000;
		background-color:#b9c0f7;
		padding:5px; 
		text-align:center;
		}

.submenubar	{
		margin-top:5px;
		border-width:1px; 
		border-style:solid;
		border-color:#000000;
		background-color:#d8d7df;
		padding:5px; 
		text-align:center;
		}

.menuentry	{
		padding-left:8px;
		padding-right:8px;
		}

h1		{
		font-size:x-large;
		font-family:sans-serif;
		}

h2		{
		font-size:large;
		font-family:sans-serif;
		}

.section {
	font-size:large;
	font-family:sans-serif;
}

.hide	{
	font-size:small;
    color: white;
	display: none;
}

div.rtl {
	direction: rtl;
}
