body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #494848;
}
body, html {
	background-color: #fff;
	margin: 0px;
	padding:0;
	width:100%;
	height:100%;
}
a:link {
	color: #963670;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #963670;
}
a:hover {
	text-decoration: none;
	color: #963670;
}
a:active {
	text-decoration: underline;
	color: #963670;
}
h1 {
	color: #343434;
	font:normal 24px Georgia, "Times New Roman", Times, serif;
}