<!--

@media (max-width: 767px){
body {	
	background-color:#000;
	width:80%;
	position:center;
	line-height: 150%;
	background-image:url('/backgrounds/stars_background.gif');
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin-left:auto;
	margin-right:auto;
	color: #FFF;
	} 

.set_images {
	contain: content;
	border:10px solid white;
	position:relative;
	float:none;
	left:0px;
	margin-right:0px;
	line-height:150%;
	font-size:12pt;
	text-align:center;
	font-weight:bold;
	background-color:#000;
	color: #FFF;
	page-break-inside: avoid;
	width: 95%;
	height:auto;
   }


p  {
	background-color: #000;
	padding: 4px;
	color: #FFF;
	}

img {
	width: 95%;
	max-width: 100%; 
	display: block; 
	height: auto;
	}
	
.pull_quote{
	background-color:#000;
	display: block; 
	float:right;
	width:35%;
	padding:10px;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12pt;
	line-height:1.5;
	font-weight:bold;
	color: #FFF;
	text-align:right;
	border:2px solid white;
	}
	
.mainText{
	background-color:#000;
	width:80%;
	position:center;
	color: #FFF;
	}
}
	
@media (min-width: 768px) and (max-width: 920px) {

body {	
	background-color:#000;
	width:600px;
	position:center;
	line-height: 150%;
	background-image:url('/backgrounds/stars_background.gif');
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin-left:auto;
	margin-right:auto;
	color: #FFF;
	} 

.set_images {
	border:10px solid white;
	position:relative;
	float:left;
	left:-150px;
	margin-right:-140px; 
	line-height:150%;
	font-size:10pt;
	text-align:center;
	font-weight:bold;
	background-color:#000;
	color: #FFF;
	page-break-inside: avoid;
   }


p  {
	background-color: #000;
	padding: 4px;
	color: #FFF;
	}

img {
	width: 95%;
	max-width: 100%; 
	display: block; 
	height: auto;
	}
	
.pull_quote{
	background-color:#000;
	display: block; 
	float:right;
	width:50%;
	padding:10px;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12pt;
	line-height:1.5;
	font-weight:bold;
	color: #FFF;
	text-align:right;
	border:2px solid white;
	}
	
.mainText{
	background-color:#000;
	width:80%;
	position:center;
	color: #FFF;
	}
}


/* Apply styles for desktops and larger screens */

@media (min-width: 921px) {

body {	
	background-color:#000;
	width:600px;
	position:center;
	line-height: 150%;
	background-image:url('/backgrounds/stars_background.gif');
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin-left:auto;
	margin-right:auto;
	color: #FFF;
	} 

.set_images {
	border:10px solid white;
	position:relative;
	float:left;
	left:-150px;
	margin-right:-140px; 
	line-height:150%;
	font-size:10pt;
	text-align:center;
	font-weight:bold;
	background-color:#000;
	width: 95%;
	height:auto;
	color: #FFF;
	page-break-inside: avoid;
   }


p  {
	background-color: #000;
	padding: 4px;
	color: #FFF;
	}

img {
	width: 95%;
	max-width: 100%; 
	display: block; 
	height: auto;
	}
	
.pull_quote{
	background-color:#000;
	display: block; 
	float:right;
	width:200px;
	padding:10px;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12pt;
	line-height:1.5;
	font-weight:bold;
	color: #FFF;
	text-align:right;
	border:2px solid white;
	}
	
.mainText{
	background-color:#000;
	width:80%;
	position:center;
	color: #FFF;
	}
}
h1 {
	font-size:18pt;
	font-weight:bold;
	background-color: #000;
	color: #FFF;
	padding: 10px;
}
h2 {
	font-size:15pt;
	font-weight:bold;
	background-color: #000;
    color: #FFF;
	padding: 10px;
	}
h3 {
	font-size:13pt;
	font-weight:bold;
	background-color: #000;
	color: #FFF;
	padding: 10px;
	}
	}
 
a {
text-decoration:none;
font-size:14px;
font-weight:bold;
color:#fff;
	}
a:hover {
text-decoration:underline;
color:#0f0;
	}
a:visited {
text-decoration:none;
color:#ff9900;
	}

//-->