html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

body {
	font-family: sans-serif;
	font-size: 10px;
	color: black;
	text-align:center; 
	margin: 0;
	border: 0;
	background: white;
}

div.centered { 
position: relative; margin-left: auto; margin-right: auto; text-align: center; width: 800px;
}

h1, h2, h3, p, ul, li {
	font-family: sans-serif;
	font-size: 10px;
	color: black;
}

li {
  list-style: square;
}

.listlink {
font-weight: normal;
white-space: nowrap;
}

.client {
margin-left: 10px;
text-indent: -10px;
}

h1, h2, h3, b { font-size: 11px; }

table.standard { 
 width: 800px;
 border: none;
 border-collapse: collapse; border-spacing: 0; 
}

.standard td, th { padding: 0; }

