body {
	font-family: "Book Antiqua";
	margin: 0px;
	padding: 0px;
	font-size: small;
	line-height: 25px;
	background-image: url(images\\pattern1.jpg);
	color: #663399;
}

h1 {
	font-family: "Book Antiqua", serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: lighter;
}

h2 {
	font-family: "Book Antiqua", serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}

a:link {
	color: #CC0099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0099;
}
a:hover {
	text-decoration: none;
	color: #663399;
}
a:active {
	text-decoration: none;
	color: #CC0099;
}