body {
	margin:0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	word-break: break-all; /* for IE */
}
a:link {
	text-decoration: none;
	color: #212c94;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #212c94;
	text-decoration: underline;
}