body {
background: white; 
text-align: right;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:12px; 
color: #555555;
}
table {
width: 100%;
}
td.top-spacer {
	height: 100px;
}
td.bottom-spacer {
	height: 300px;
}
td.left {
	text-align: right;
	vertical-align:top;
	width: 40%;
}
td.right {
	text-align: left;
	width: 60%;
	vertical-align:top;
}

p.right {
	width: 40em;
/*    text-align: justify; */
}
a:link {
    color: #222200;
    text-decoration: none;
}
a:visited {
    color: #222200;
    text-decoration: none;
}
a:hover {
    color: #222200;
    text-decoration: underline;
}

