body {
	background-color: #FFFFCC;
}

body, td, th {
	color: #191970;
}

h1 {
	color: #BD4092;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
}

h2 {
	color: #585386;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	letter-spacing: 0.01em;
	text-align: center;
}

h3 {
	color: #525B4A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-align: center;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #585386;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #993366;
	text-align: center;
}



h6 {
	color: #585386;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: .1em;
}


a {
	color: #0000CC;
}p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #525B4A;
	text-align: justify;
	line-height: normal;
	font-style: normal;
	text-indent: 5px;
	letter-spacing: .1em;
}
a:link {
	color: #BD4092;
	text-decoration: none;
}
a:hover {
	color: #FF3366;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #746FA6;
}
a:active {
	text-decoration: none;
	color: #746FA6;
}

