body {
	background-color: #FFcc66;
	background-repeat: repeat;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: bold;
	color: #9999cc;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #9999cc;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #9999cc;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #9999cc;
}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #9999cc;
}

h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #9999cc;
}
table {
	border-top-color: 9999cc;
	border-right-color: 9999cc;
	border-bottom-color: 9999cc;
	border-left-color: 9999cc;
}
