/* $Id: wloj.css,v 1.18 2003/09/26 14:22:32 nakano Exp $ */

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

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

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

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

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

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

div.security-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.headline {
	margin-left: 15%;
	margin-right: 15%;
	font-size: larger;
}

div.reviewer-profile {
	margin-left: 3em;
	font-size: small;
	color: #030;
}

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

h1 {
	background-color: #ccb;
	text-align: center;
}

h2 {
	background-color: #ddc;
}

h3 {
	background-color: #eed;
}

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;
}

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

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

a.normref { 
	color : red;
}	

a.informref {
	color : green;
}

a:link {
	color: rgb(0%,0%,75%);
}

a:visited {
	color: rgb(33%,0%,50%);
}	

a.internal:link {
	color: rgb(0%,0%,100%);
}	

a.internal:visited {
	color: rgb(50%,12%,75%);
}	

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;
}

td.toc {
	background: rgb(95%, 95%, 95%);
	width: 35%;
}

