#dateline{

	font-size:14px;
	font-family:"Trebuchet MS";
	color:white;
	float:right;
	
}

#headline {

	float:left;
	font-size:18px;
	font-family:"Trebuchet MS";
	color:yellow;

}

#copyline {

	float:left;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;

	margin-left:40px;
	margin-right:40px;
	color:white;
	clear:right;

}

#image {

	float:left;

}

#linklabel {
	margin-top:12px;
	font-size:16px;
	font-family:"Trebuchet MS";
	text-align:justify;
	margin-left:40px;
	margin-right:40px;
	color:tan;
	text-decoration:none;
	font-weight:bold;
	
	float:left;
}

#linklabel:hover {

	font-size:16px;
	font-family:"Trebuchet MS";
	text-align:justify;
	margin-left:40px;
	margin-right:40px;
	color:yellow;
	text-decoration:underline;
	font-weight:bold;
}




