/* $Id: jla.css,v 1.1.1.1 1999/12/23 14:19:50 nakano Exp $ */

body {
	background: white;
	color: black;
	margin-left: 3%;
	margin-right: 3%;
}

div.lang-navigator {
	text-align: right;
	font-size: small;
}

div.mirror-navigator {
	text-align: right;
	font-size: small;
}

div.sponsor {
	text-align: center;
	font-size: small;
}

div.urgent {
	text-align: center;
	font-weight: bold;
	color: rgb(100%,0%,0%);
}

div.doc-navigator {
	text-align: center;
	color: rgb(40%,40%,40%);
}

div.news-headline {
	text-align: center;
	color: rgb(0%,30%,30%);
	font-size: small;
}

div.news-navigator {
	text-align: center;
	font-size: small;
	font-weight: bold;
	color: rgb(0%,0%,0%);
}

div.copyright {
	text-align: right;
	font-family: helvetica, sans-serif;
	font-size: smaller;
	color: rgb(40%,40%,40%)
}

div.sig {
	text-align: right;
}

div.tablecenter {
	text-align: center;
}

address.contact-info {
	text-align: center;
	font-size: smaller;
}

h1 {
	color: #030;
	text-align: center;
}

h2 {
	background-color: #9db;
}

h3 {
	background-color: #cce;
}

p {
	text-indent: 1em;
}

p.noindent {
	text-indent: 0em;
}

p.note {
	text-indent: 0em;
	margin-left: 25%;
	font-size: smaller;
}

dl.list {
	margin-left: 3%;
}


blockquote {
	font-size: small;
	color: #030;
}

pre.example {
	margin-left: 10%;
	margin-right: 10%;
	color: #050;
}

a.normref { 
	color : red;
}	

a.informref {
	color : green;
}	

strong {
	font-weight: bold;
}

dl dd {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

ul li {
	padding-bottom: 0.3em;
}

span.note {
	font-size: smaller;
}

/* as of now, @import has not impremented in NN4 nor IE3-4 */
@import url(local.css)

/* EOF */
