/* CSS Document */
body {
	background-image: url(images/site_images/greyskyb.jpg);
	background-position: center top;
	height: inherit;
	width: inherit;
	color: #FFFFFF;
	line-height: normal;
	text-transform: none;
	border-right-style: none;
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
}
.style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-stretch: expanded;
	line-height: 1.4;
	font-weight: lighter;
	color: #FFFFFF;
}
h1 {
	text-transform: capitalize;
}
h3{
	align:justify;
	margin-left: 30px;
	margin-right: 30px;
}
a:link {
	color: #000000; </*#FFCC00;*/
}
a:hover {
	color: #FFFFFF;
}
a:visited{
	color:#FFCC00;
}

