h6 {
	font-size: x-small;
	text-transform: lowercase;
	color: #333333;
	text-align: center;
	margin-right: 25px;
}
p {
	font-size: small;
	text-transform: lowercase;
	text-align: left;
	margin-right: 25px;
}
h1 {
	font-size: medium;
	font-weight: bold;
	text-transform: lowercase;
	color: #000033;
	text-align: right;
	margin-right: 25px;
}
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: line-through;
}
a:hover {
	color: #9966CC;
	text-decoration: overline;
}
a:active {
	color: #000066;
	text-decoration: none;
}
h2 {
	font-size: x-small;
	font-style: italic;
	text-align: center;
	text-transform: lowercase;
}
body {
	font-family: "Courier New", Courier, monospace;
}
h3 {
	font-size: small;
	text-transform: lowercase;
	text-align: center;
	font-style: normal;
}
