body {
	background-color: #FCFCFC;
	color: black;
	line-height: 120%;
}

A:link    { color: blue;    }
A:visited { color: teal;    }
A:active  { color: #0066FF; }

h1 {
    font-size: large;
    font-weight: bold;
    background-color: #E6E6FA;
    border-width: 0px 0px 2px 24px;
    border-style: solid;
    border-color: navy;
    padding: 0.2em;
}

h2 {
    font-size: medium;
    font-weight: bold;
    background-color: #FAE6E6;
    border-width: 0px 0px 1px 20px;
    border-style: solid;
    border-color: #800000;
    padding: 0.2em;
}

dt.method {
	font-weight: 600;
	color: navy;
	line-height: 120%;
}

dt {
	font-weight: bold;
	line-height: 110%;
}

.highlight {
	color: red;
}

.note {
	color: green;
}

.info {
	font-style: italic;
}

p.copyright {
	text-align: center;
}

pre {
	white-space: pre;
	padding: 0.5em;
	border-style: outset;
	border-width: thin;
}

pre.ruby {
}

pre.code {
}

pre.illegal {
	color: purple;
}
