 /* CSS PV Tweets - P&L */


#tweet{
	margin-right: 5px;
	color: black;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	top: 10px;
	padding: 0;
	height: 125px;
	font:7pt Verdana;
	text-transform: lowercase; 
}

#tweet A:link {
	color: black;
	text-decoration: none;
}
#tweet A:visited {
	color: black;
	text-decoration: none;

}
#tweet A:hover {
	color: #0000ff;
	text-decoration: underline;
}

#heading {
	text-align: left;
	padding-left: 20px;
}

#heading2{
	text-align: right;
	padding-right: 20px;
}
