/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  body {
	background: white;
	color: black;
	font-family: "Century Gothic",Arial,Helvetica,sans;
	font-size: medium;
	padding: 0px;
    }

  h4.navigation {
      border-top: #808080 thin dashed;
  }

 .main {
      position: absolute;
      left: 0px;
      right: 20%;
      padding-right: 25px;
      padding-left: 25px;
      border-right: #808080 thin dashed;
  }

  .navigation {
    position: absolute;
    right: 0px;
    padding-left: 25px;
    width: 18%;
    //visibility: hidden;
  }

 A {text-decoration: underline;}

  img {
    float: right;
    margin-left: 20px;
  }

  .code {
    padding: 0.5em;
    font-family:monospace;
    background-color: #FFFFB0;
  }
.main p {
	padding-left: 15px;
	font-size: small;
}

