/* $Id: wloj.css,v 1.14 2002/01/31 05:55:12 tnh 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 {
	text-align: center;
	font-size: larger;
}

address.contact-info {
	text-align: center;
	font-size: smaller;
}

h1 {
	background-color: #cdd;
	letter-spacing:25pt;
	text-align: center;
	/*border:1px solid green*/ 
}

h2 {
	background-color: #ddc;
}

h2.head {
	background-color: #cca;
	text-align: center;
}

/*h3 {
	background-color: #eed;
}*/

h5.head {
	background-color: #f55;
	text-align: center;
        letter-spacing:2pt;
	font-weight:bold;
}

p {
	text-indent: 1em;
}

p.noindent {
	text-indent: 0em;
}

p.note {
	text-indent: 0em;
	margin-left: 25%;
	font-size: smaller;
}

p.ans {
	/*background: skyblue;*/
	text-indent: 0em;
	color: blue;
}
p.ques {
	/*background: pink;*/
	text-indent: 0em;
	color: green;

}


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%);
}	

a.rcmd {
	font-style:italic;
	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;
}

td.toc {
	background: rgb(95%, 95%, 95%);
	width: 30%;
}

table.rcmd{
/*   caption-side:top;     
   text-align: left;   */
}

caption{
	text-align: left;
}

td.rcmd{
	background: rgb(95%, 95%, 95%);	
	}


img.rcmd{
border-spacing:15px;
}

/* as of now, @import has not impremented in NN4 nor IE3-4 */
@import url(local.css)

/* EOF */

