a:link { color: #CC0000; text-decoration:underline;}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #990033;
	text-decoration: underline;
}
/** Style the tweets */
.twitters {
  border: 1px solid #e5e5e5;
}

.twitters ul {
  list-style: none;
  padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -5px;
	font-size: 10px;


}
h1 {
	margin-bottom: 6px;
}
h2 {
	margin-bottom: 6px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000066;
}
.twitterPrefix {
  font-weight: bold;
}

.twitterTime {
  font-style: italic;
  font-size: 9px;
  color: #739607;
}

.twitterStatus {

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin-top:0px;
}
