/* CSS Document */

body {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 20px;
	color: #CCCCFF;
	background-color: #CCCCFF;
	
}
.red {
	color: #FF0000;
}

h6 {
	font-family: "Goudy Old Style";
	font-size: small;
	font-weight: normal;
	color: #000000;
}
h5 {
	font-size: medium;
	font-weight: normal;
	font-family: "Goudy Old Style";
	color: #000000;
}
h4 {
	font-family: "Goudy Old Style";
	font-size: large;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-size: large;
	font-weight: bold;
	font-family: "Goudy Old Style";
	color: #000000;
}
p {
	font-family: "Goudy Old Style";
	font-size: medium;
	font-weight: normal;
	margin: 0px;
	text-indent: 12px;
}
h2 {
	font-family: "Goudy Old Style";
	font-size: x-large;
	font-weight: normal;
	color: #000000;
}
.bold {
	font-weight: bold;
	background-color: #FFFFFF;
}
h1 {
	font-family: "Goudy Old Style";
	font-size: xx-large;
	font-weight: bold;
	color: #330099;
}
