a:link {
	color: Blue;
}

a:visited {
	color: #333399;
}

a:active {
	color: #333399;
}

body {
	color: #333399;
	font-family: georgia, arial, helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	margin-left: 0;
	margin-top: 0;
	background-color: White;
	background-image: url(images/border.jpg);
}

h1 {
	color: #7D0052;
	font-family: "cataneo bt", georgia, arial, helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	background-color: White;
}

h2 {
	color: #333399;
	font-family: "cataneo bt", georgia, arial, helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	background-color: White;
}

h3 {
	color: #7D0052;
	font-family: "cataneo bt", georgia, arial, helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	background-color: White;
}

p {
	margin-right: 5pt;
}
div.heading {
	color: #7D0052;
	font-family: "cataneo bt", georgia, arial, helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	background-color: White;
}
div.footer1 {
	font-size: small;
}
div.footer2 {
	font-size: smaller;
}
.plainlink A:link {text-decoration : none; color: #333399;}
.plainlink A:visited {text-decoration: none; color: #333399;}
.plainlink A:active {text-decoration: none; color: #333399;}
.plainlink A:hover {text-decoration: none; color: #333399;}