span.codedirection { unicode-bidi:bidi-override; direction: rtl; }

 .imagefloatright{
    margin:  5px   5px   5px  5px;
    float: right;    
	     }
      
      
      
      
      
.imagefloatleft{
    margin: 10px 10px  10px 10px;
    float: left;    
	border-style:outset;
	border-color: black;
	border-width:2px;
      }
.center {
	text-align: center; 
}
.centered {
	text-align: center; 
}
 a {
  color: #4F0027;
   text-decoration: none;

}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #8AB099;
}

body {
  color: black;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0 auto;
}

h1 {
 	color: white;
	padding:3em;
	margin: 0em;
	font-family: Georgia, "Trebuchet MS";
  font-size: 200%;
  font-variant: small-caps;
  letter-spacing: 2px;
    line-height: 100%; 
 
}

h2 {
   color: #4F0027;
  font-family: Georgia, "Trebuchet MS";
  font-size: 200%;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 120%;
  margin-top: 1em;
  
}

h3 {
  clear: none;
  color: #7F4560;
  font-family: Georgia, "Trebuchet MS";
  font-size: 160%;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 1em;
}

h4 {clear: none; 
  font-size: 100%;
  margin-bottom: 0em;
}
ul.none {list-style-type: none}
pre {font-family:monaco, courier,  lucida;
 font-size: 110%;
	width: 100%;
	border: 4px solid #ccc;
 
}


input
	{
	background-color: #EBF0DB;
	color: black;
	font-weight: bold;
	font-size: x-small;
	margin-left:8px;
}    

