/* vi:set sw=8 noet

    rhg.css

*/


body {
	background-color: white;
	color: black;
	text-align: left;
	line-height: 130%;
	margin-top:  5%;
	margin-left: 2em;
	width: 40em;
}

h1 {
	text-align:    left;
        font-size:     200%;
        margin-top:    0em;
        margin-bottom: 1em;
	border-bottom: 2px solid #3366CC;
}

h2 {
        text-align: left;
        font-size: 150%;
	margin-top: 1em;
	margin-bottom: 0.1em;
	padding-left: 8px;
	border-left: 12px solid #3366CC;
}

h3 {
        text-align: left;
        font-size:  150%;
        margin-top: 1em;
        margin-bottom: 0.1em;
}

ul {
	padding-left: 1em;
}

li {
	padding-left: 0em;
}

dl {
        margin-top:    0em;
        margin-bottom: 0em;
        margin-left:   0em;
        margin-right:  0em;
}

dt {
        margin-top:    0.5em;
        margin-bottom: 0.2em;
        margin-left:   0em;
        margin-right:  0em;
}

dd {
        margin-top:    0em;
        margin-bottom: 0em;
        margin-left:   4em;
        margin-right:  0em;
}

address {
	font-style: normal;
        line-height: 110%;
	text-align: right;
}

a:link, a:visited {
	color: #3366CC;
	text-decoration: none;
}

a:active, a:visited {
	color: #7f7f7f;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

pre {
	line-height: 110%;
	border-style: solid;
	border-width: 1px;
	border-color: #AAAAAA;
	padding: 8px;
}
