body {
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	width: 100%;
	color: #333333;
	height: 100%;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-size: 10px;
}

a {
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

#myText {
	width: 600px;
}
