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

body {
	background-image: url(images/BGstars.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
.packageText {
	padding-left: 58px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 50px;
	}
	

/* TYPOGRAPHY */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 18px;
	}
	
strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #000000;
	}
	
em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #cc9900;
	}

a {
	color: #cc9900;
	}
	
a:hover {
	color: #cc9900;
	text-decoration: none;
	}
	
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #cc9900;
	}
	
li {
	margin-left: -22px;
	}
	
ul {
	margin-top: 0px;
	}
