/*B*/
body {
	overflow: -moz-scrollbars-vertical;
	line-height: 120%;
}

body {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #999;}
table {font-size:inherit;font:100%;}
blockquote {margin-left: 20px; font-style: italic;}

h1 {
	font-size:153.9%;
	font-weight: bold;
	margin-bottom: .5em;
}
h2 {
	font-size:123.1%;
	font-weight: bold;
	margin-bottom: .5em;
}
h3 {
	font-size:100%;  
	font-weight: bold;
}

h1,h2,h3,strong {
	color: #fff;
}

dl dd {
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
