/* $Id: jf_modify.css,v 1.2 2005-03-22 12:46:09 kiri Exp $ */

body {
	background-color: #ffe;
}
a:link    { color: #44f; }
a:visited { color: #72f; }
a:active  { color: #f33; }

table tr.odd,table tr.dark {
	background-color: #f0f0e0;
	vertical-align: top;
}

table tr.even {
	background-color: #f8f8e4;
	vertical-align: top;
}

div.mirror {
	background-color: #ddc;
	text-align: right;
	font-size: smaller;
	font-family: helvetica, sans-serif;
}
div.copyright {
	background-color: #ddc;
	text-align: right;
	font-size: smaller;
	font-family: helvetica, sans-serif;
}
div.rcsid {
	background-color: #ddc;
	text-align: right;
	font-size: smaller;
	font-family: helvetica, sans-serif;
}

span.new {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	color: #d33;
}
span.updated {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	color: #3a5;
}

h1 {
	font-family: sans-serif;
	font-size: 220%;
	border-style: inset;
	border-color: #000;
	border-top-width:  0;
	border-left-width: 0;
	border-right-width:  0.15em;
	border-bottom-width: 0.15em;
}
span.subtitle{
	font-size: 18pt;
}
span.h2small{
	font-family: helvetica, sans-serif;
	font-style: italic;
	font-size: 12pt;
}
h2 {
	font-family: sans-serif;
	background-color: #ddc;
	color: #210;
	border-style: inset;
	border-color: #000;
	border-top-width:    0;
	border-left-width:   0;
	border-right-width:  0.1em;
	border-bottom-width: 0.1em;
}
h3 {
	font-family: sans-serif;
	border-style: inset;
	border-color: #999;
	border-top-width:    0;
	border-left-width:   0;
	border-right-width:  0.1em;
	border-bottom-width: 0.1em;
}
dd {
        padding-top: 0.2em;
        padding-bottom: 0.2em;
}

ol li {
        padding-top: 0.2em;
        padding-bottom: 0.2em;
}
ul li {
        padding-top: 0.2em;
        padding-bottom: 0.2em;
	list-style-image : url( circle.png );
}
pre {
	background-color: #fff;
	padding: 0.3em;
	border: 1px inset #885;
	white-space: pre; /* Netscape 4.x needs it */
}

code {
	margin-left:	3em;
	margin-right:	3em;
	color: 	black;
	font-style:	normal;
	font-weight:	normal;
	padding: 	10px;
	background-color:#f8f8ff;
	border-color: 	#aaaaaa;
	border-style: 	solid;
	border-width: 1px;
}

b {
  font-family: sans-serif;
}

em {
  font-family: sans-serif;
  font-style: italic;
}

img { max-width: 100% } 

video { max-width: 100% } 

/* EOF */
