/* style sheet for b's pages */

body {
	color: #000000;
	background: #FFFFFF;
	font-family: sans-serif;
	margin: 1.5em 10% 1.5em 10%;
}
h1,h2,h3,h4,h5,h6,p,ul {
	font-family: sans-serif;
        font-size: 100%;
        font-style: normal;
        font-weight: normal;
}
pre {
	font-family: monospace;
}
a, :link {
	text-decoration: none;
}
hr {
	background: #006633;
}
tt {
	color: #660000;
	font-family: monospace;
}
em {
        color: #333333;
        font-style: italic;   
        font-weight: normal;
}   
strong {
        color: #333333;
        font-style: normal;
        font-weight: bold;
}
li.bigblock {
	margin-bottom: 1em;
}
dt.main {
	color: #660000;
	font-weight: bold;
}
p.smallhead {
	text-align: center;
	font-size: 80%;
}
p.topic {
	text-align: center;
	font-size: 115%;
}
p.bignote {
	color: #CC3300;
	text-align: center;
	font-size: 115%;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
p.citation {
	background: #CCFFCC;
	font-style: italic;
	padding: 0.5em;
}
div.markbox {
	background: #6699CC;
	border: outset;
	border-width: 0.2em;
	padding: 1em;
	text-align: center;
}

/* end of sheet */
