body, td, p {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-style:normal; font-weight:normal; font-size:small;
	}

div.content {
	margin: auto;
}
.untitled2 {color:#ffffff; font-size:10px; }
.untitled3 {color:#414141; font-size:11px; }
.untitled4 {color:#333333; font-size:11px; line-height:14px; }
.untitled5 {color:#333333; font-size:11px; line-height:16px;}
.untitled6 {color:#333333; font-size:11px; line-height:21px;}


/* position hidden elements off screen */
.offscreen {
position: absolute;
left: 0px;
top: -500px;
width: 1px;
height: 1px;
overflow: hidden;
}   