body {
	 background-image:url(bglink.jpg);
	 background-repeat:repeat-y;
	 background-color:#ffffff;
	 font-family:Arial, Helvetica, sans-serif;
	 font-weight: normal;
	 max-width: 55em;
   }
h1 {
	 text-align: right;
	 color: black;
	 font-weight:bold;
	 padding-bottom:10px;
	 font-size: 130%;
	 border-bottom: 2px solid gray;
}
h1 span {
	 font-size: 90%;
	 font-style: normal;
	 font-weight:normal;
}
div.navi {
    position: fixed;
    width: 11em;
}
div.navi a {
    display: block;
 	font-style:italic;
    padding: .5em;
    text-decoration:none;
	font-weight:bold;
}
a:link { color:#E00000; }
a:visited { color:#800000; }
a:hover,
a:active { background-color:#FFFFFF;}
div.content {
    position: absolute;
    left: 11.5em;
    padding-right: 1em;
    max-width: 45em;
}
img {
display: block;
margin-left: auto;
}
ul.none {
	list-style-type: none;
}
div.content li {
	margin-top: .5em;
}
