@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/space.png);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .9em;
	color: #57534F;
}

/*Heading Styles*/
h1, h2, h3 {
	margin: 0px;
	font-size: 2em;
	font-family: Verdana, Geneva, sans-serif;
	color: #383532;
	text-align: left;
	line-height: normal;
	font-weight: normal;
}
h2, h3 {
	margin: 24px 0 0 0;
	font-size: 1.6em;
	color: #4E4945;
}
h3 {
	font-size: 1.4em;
}

h4 {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #990000;
	text-align: left;
	line-height: normal;
	font-weight: normal;
	font-size: medium;
	font-style: normal;
}
