body {
		background:white;
		font-family:Arial, Helvetica, sans-serif;
		font-size:small;
		color:black;
		text-align:center;
		}
A	{ color:red; } 
A:link	{ color:red; text-decoration: none; } 
A:visited	{ color:blue; text-decoration: none; } 
A:active	{ color:red;  } 
A:hover	{ color:red; text-decoration: underline; } 
h1 {  font-family:Arial, Helvetica, sans-serif; font-size: x-large; font-weight: bold}
h2 {  font-family:Arial, Helvetica, sans-serif; font-size: large; font-style: normal; font-weight: bold}
h3 {  font-family:Arial, Helvetica, sans-serif; font-size: medium; font-style: normal; font-weight: bold}
p {  font-family:Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal}
td {  font-family:Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: small}
pre {
		font-family: Arial, Helvietica, sans-serif;
		font-size: medium;
		text-align:left;
	}
div.contentbox {	
		background:white;	
		max-width:500px;
		width:expression(document.body.clientWidth > 500? "500px": "auto" );
		margin:0px auto; 
  		padding:1em;
		text-align:center;
		border: none;
		}
div.navigation {
		font-family:Arial, Helvetica, sans-serif; 
		font-size: 90%; 
		font-style: normal; 
		font-weight: normal;
		}
div.haiku {
		padding: 0.5em;
		margin:0px auto;
		background: #FFFFEC;
		background-image: url(img/RicePaper6.jpg);
		width: 65%;
		border: none;
		text-align:center;
		}
.gloss {
		text-align: right;
		font-size: small;
		}
.comments {
		text-align:left;
		display: block;
		}
.lefty {
		text-align:left;
		}
.pico {
		font-size:85%;
		}

