body, p, td, li{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body{
  background-color: #F8F8F8;
  color: #000000;
  font-size: 13px;
  word-spacing: 0px;
  letter-spacing: 0px;
  line-height: 20px 
}

p{
  /* Nothing here... */
}

pre.Code{
  margin: 2em 0;
  padding: 25px 15px;
  background: white;
  border: 1px dotted black;
}

img{
  float: right;

  margin: 20px;
  margin-top: 0px;
}

a{
  text-decoration: none;
  color: rgb(220, 80, 0);
}
a:active  {color: rgb(255, 194, 46);}
a:visited {color: rgb(233, 137, 23);}
a:hover   {color: rgb(255, 194, 46); text-decoration: underline;}

h1{
  font-size: 24px;
  color: rgb(255, 148, 25);
  font-weight: bold;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  letter-spacing: -1px;
  margin-top: 50px;
}

h2{
  font-size: 18px;
  color: rgb(220, 80, 0);
  font-weight: bold;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  letter-spacing: 0px;
  margin-top: 50px;
  clear: both;
}

a img{
  border: 0px;
}

#Main{
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

ol.StepByStep{
  list-style-type: none;
  padding-left: 0px;  
}
ol.StepByStep li{
  clear: both;
  margin-bottom: 50px;
  width: 100%;
  overflow: auto;
}


