﻿#twitter_div {
	background-image: url('images/twitterBG.png');
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5AA5BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
 
#twitter_div ul li {
	color: #993333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;
	font-family: "copperplate gothic bold", "Arial Black", "Times New Roman";
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #D78E42;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #D78E42;
}
 
#twitter_div p {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 10px;
}