body {
	background-color: #f2f7fc;
}
h3, p {
	color: #000033;
	font-family: Arial, Geneva, sans-serif;
	text-align: left;
	margin : 10px;
}
p {
	font-size: 12px;
}
h3 {
	font-size: 16px;
	text-align: center;
}
a:link {
	color: #cc0033;
	text-decoration: none;
}
a:visited {
	color: #660033;
	text-decoration: none;
}
a:active, a:hover {
	color: #ff0033;
	text-decoration: underline;
}
img {
	border-width: 0px;
}
.ie5wrapper {
	text-align : center;
}
.maintext {
	background-color: #fdfded;
	border: 2px dotted #ccccff;
	width : 500px;
	margin-top : 0;
	margin-bottom : 10px;
	margin-left : auto;
	margin-right : auto;
}

