body {
	font-family: Arial, Helvetica, sans-serif;
	color: #E80000;
	background-color: #000000;
	border: #FF0000;
	font-size: 12px;
	background-image: url(images/skyback3.gif);
}
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
p {
	font-size: large;
}
a {
	color: #FFFFFF;
}
.upper {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

