body
{
	padding: 0px;
	margin: 0px;
	background-color: #ffc;
	color: #000;
	background-image: url(issa-303.png);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3
{
	color: #303;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

table
{       text-align:left;
}


address, input, p, blockquote, li, ol, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
address, .sans, blockquote, td, .comment
{
	font-style: normal;
	font-size: 9pt;
}
p, li, ol, ul
{
	font-style: normal;
	font-size: 10pt;
text-align: left;
}
.janth
{
	font-size: 11pt;
}

.center
{
text-align: center;
}

#nav {
	padding: 5px;
	margin: 0;
	color: #111;
	width: 9em;
	float: left;
	line-height: 2em;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: .85em;
	position: fixed;
}
#nav a {
	text-decoration: none;
	font-weight: bold;
	color: #303;
}
#nav a:hover {
	color: #11f;
}
.noline
{
	text-decoration: none;
}
#results
{
	background-color: #ffe;
	border-color: #ffc;
	border-width: 2px;
	border-style: solid;
	padding: 5px;
	margin: 0px 193px 0 9em;
	text-align: center;
}
#results ul
{
	text-align: left;
}
.audio {
	float: right;
}

.comment
{
	font-family: Helvetica, Arial, sans-serif;
	background-color: #eef;
	color: #000;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 5px;
	padding: 10px 20px 10px 20px;
}

.date, .romaji
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

.english, .japanese
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
}


.english
{
	margin-top: 1em;
}
.haiku
{
	width: 300px;
	margin: 0 auto 10px auto;
}
.smallnote
{
	font-size: 9pt;
	text-align: justify;
	margin: 10px;
}
.date, .romaji, .japanese
{
	text-align:right;
}
.english
{
	text-align:left;
}
.audio_link
{
	float: right;
	padding: 5px;
}
.haiku_listing { margin: 20px 0 20px 0; }
/* Seasons */
.ny
{
	background-color: #CCFFFF;
	color: #000;
}
.sp
{
	background-color: #FCC;
	color: #003300;
}
.su
{
	background-color: #CFC;
	color: #666600;
}
.au
{
	background-color: #FC6;
	color: #660000;
}
.wi
{
	background-color: #FFF;
	color: #000066;
}
.no
{
	background-color: inherit;
	color: inherit;
}
.ny,.sp,.su,.au,.wi,.no
{
	padding: 3px;
	margin-bottom: 3px;
}
.webring
{
	font-style: normal;
	font-size: 9pt;
        font color: "#006600";
	font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}

/*
The following nonsense is to hide stuff from IE
*/
/* hides the second object from all versions of IE */
* html object.hidehack {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.hidehack/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.hidehack {
    display/**/: none;
}