body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #000000;
	background-image: url(images/diagstripes1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 30px 5px 5px 40px;
	padding: 5px;
	color: #FFFF99;
}
a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline overline;
}
a:active {
	color: #FFCC00;
	text-decoration: underline overline;
}
h2 {
	font-size: x-large;
	font-variant: small-caps;
	text-transform: capitalize;
	font-weight: bold;
	color: #FFFF00;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FFFF00;
}
h3 {
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FFFF00;
}
h4 {
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FFFF33;
}
p {
	font-size: 16px;
}
