h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height : 14px;
	color : white;
}
body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 14px;
	background-color: white;
	text-align: center;
	margin: 0;
}



a {
	color: rgb(102,102,102);
	text-decoration: none;
}

a:hover {
	color: rgb(0,128,255);
	text-decoration: underline;
}

table {
		background-color: #FFFFFF;
		margin-left:auto;
		margin-right:auto;
		border: 0;
		text-align: left;
		padding: 2px;
		border-collapse: collapse;
		border-spacing: 0;

}



div {
		text-align: center;
}

img {
		border: 0;
}



td{
		vertical-align: top;
		text-align: left;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		font-size: 12px;
}


