@charset "UTF-8";
/* CSS Document */

/*A { text-decoration: underline;
	}

A:link {color: #d99226}

A:visited {color: #d99226}

A:hover {text-decoration: none;
		  }

A:active {color:#d99226}
*/

#tweet { background-image: url("img/bg.gif");
		 background-repeat:repeat;
		 width: 572px; 
		 list-style-image: url(img/twitter.gif); 
		 font-family:Georgia, "Times New Roman", Times, serif;
		 font-weight: 0;
		 font-style:normal;
		 font-size:16px;
		 color: #ffffff;
		 padding-left: 10px;
		 }
		 
#tweet li { margin-bottom: 25px;
		 list-style-image: url(img/twitter.gif); 
		}
		
.twitterPrefix { colour: #d99226;
				}
				
.twitterTime { font-size: 12px;
				color: #d99226;
				}
				

