body {
	background-image: url(images/sky-background.jpg);
	background-repeat: repeat;
}
.textblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0072bc;
}
.red-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
}
a {
	font-size: 12px;
	color: #000066;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}
