h1 {
	font-size: 20px;
	margin: 0px;
	font-weight: normal;
}
.title1 {
	font-weight: bold;
	color: 3399ff;
	font-size: 22px;
	
}
.title2 {
	font-size: 11px;
	color: 800080;
}

h2 {
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 986CC8;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a:link {
	color: 0000ff;
	text-decoration: underline;
}
a:hover {
	color: 0000ff;
	text-decoration: none;
}
table {
	font-size: 12px;
}
.title3 {
	color: ff9933;
	font-weight: bold;
}
#cont {
	width: 850px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
