@charset "UTF-8";
/* CSS Document */
Body {
	background-color: #000000;
	background-image: url(images/sky.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
	text-align: center;
}

.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

.Footer {font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ffffff}

.FooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
}

a:link {color: #333333;}
a:visited {color: #333333;}
a:active {color: #000000;}
a:hover {
	background-color: #000000;
	color: #CCC;
	font-size: 14px;
}
a {text-decoration: underline;}
.bodystrong {
	font-weight: bold;
	color: #F00;
}
