@charset "UTF-8";
body{
	font: 100%/1.4 "Courier New", Courier,"American Typewriter", monospace;
	background-image:url(images/starskyBG.jpg);
	background-attachment:fixed;
	background-color:#fff;
}

.titles{
	width:750px;
	padding-left:30px;
	padding-top:40px;	
}



a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	
}
a:active {
	text-decoration: none;
	color: #666666;
}
#article3{
	background-color:#000;
	color:#fff;
	padding:10px 30px 30px 40px;
	width: 680px;
	float:left;
	text-align:left;
	margin-left:50px;
	line-height:28px;
	border:double 10px #fff;
}



/* CSS Document */

