body {
	background-color: #F0E9F8;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: large;
	color: #7C3FBA;
}
h2 {
	font-size: medium;
	color: #7C3FBA;
}
h3 {
	font-size: small;
	color: #A77BD2;
}
h4 {
	font-size: x-small;
	color: #A77BD2;
}
h5 {
	font-size: xx-small;
	color: #DBC9ED;
}
h6 {
	font-size: 9px;
	color: #DBC9ED;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFF99;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}
