    a:link,  a:visited {
	background-color: inherit;
    	color: rgb(0%, 0%, 80%);
	text-decoration: none;
    }

    a:hover  {
    	background-color:  rgb(30%, 30%, 100%);
    	color: rgb(100%, 100%, 100%);
    }
    
    a:active {
    	color: rgb(100%, 0%, 0%);
    	background-color:  rgb(30%, 30%, 100%);
    }
    
    a.i:link, a.i:visited, a.i:hover {
    	background-color:  inherit;
    	color: inherit;
	text-decoration: none;
    }
    
    body {
    	margin-left: 5%;
	margin-right: 5%;
	background-color: #FFFFFF;
	color: #000000;
    }
    
    body.documentation {
        margin-left: 15%;
        margin-right: 10%;
	background-color: #FFFFFF;
	color: #000000;
    }
    
    br.cb {
    	clear: both;
    }
    
    br.cl {
    	clear: left;
    }
  
    br.cr {
    	clear: right;
    }
    
    h1 {
    	margin-bottom: 0px;
    }

    h3.f {
    	font-style: italic;
    	margin-top: 0px;
	background-color: #FFFFFF;
	color: #707070;
    	text-align: center;
    }

    h3.l {
    	font-style: italic;
    	margin-top: 0px;
	background-color: #FFFFFF;
	color: #707070;
    	text-align: center;
    }
    
    h3.nav {
    	margin-top: 0px;
	margin-bottom: 0px;
    }

    img.border0 {
    	border: 0px;
    }

    img.button {
    	border: 0px;
	vertical-align: middle;
    }

    img.l {
    	border: 0px;
   	float: left;
	margin-right: 12px;
    }

    img.r, span.r {
    	border: 0px;
   	float: right;
	margin-left: 12px;
    }
    
    img.t {
    	vertical-align: top;
    }
    
    img.thumb {
    	border: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
    }

    div.comments p {
    	width: 75%;
    	text-align: justify;
	margin-left: auto;
	margin-right: auto;
    }
    
    body.documentation  p.j {
    	text-align: justify;
    }
    
    p.copying {
    	text-align: center;
	font-size: smaller;
	font-family: sans-serif;
	font-style: italic;
    }

    p.credits {
    	width: 75%;
    	text-align: justify;
	margin-left: auto;
	margin-right: auto;
    }

    p.directions {
    	font-weight: bold;
	margin-bottom: 0px;
    	text-align: center;
    }

    p.image {
    	text-align: center;
    }
    
    p.imagemap {
    	text-align: center;
	position: relative;
    }
    
    table.footer {
    	width: 100%;
    }
    
    table.footer td.left {
    	width: 50%;
	text-align: left;
	font-style: italic;
	vertical-align: top;
    }
    
    table.footer td.right {
    	width: 50%;
	text-align: right;
	vertical-align: top;
    }
    
    table.footer table.buttons {
	margin-left: auto;
    }
    
    table.footer table.buttons td {
	text-align: center;
    }

    table.r {
   	float: right;
    }

    td.l {
    	width: 20%;
	padding-top: 10px;
    }

    td.m {
    	width: 60%;
    	text-align: center;
	vertical-align: top;
    }

    td.r {
    	width: 20%;
    	text-align: right;
	padding-top: 10px;
    }

    ul.overview {
    	font-size: larger;
    	font-weight: bold;
	margin-top: 0px;
	margin-left: 33%;
    }
