/* ------------------------------
Text Redefine Tags
------------------------------ */
#twitter_update_list {

	margin: 0;
	padding: 0;
	list-style: none;
	text-align: justify;
	font-size: 12px; 
	color: #000000;
	font-family: verdana, arial, sans-serif;
}

#twitter-link {
	display: block; 
	text-align: right;
}



/* ------------------------------
Links Redefine Tags
------------------------------ */
a:link {
	font-size: 12px;
	color: #1C1C1C; 
	text-decoration: none; 
	font-family: verdana, arial, sans-serif;
}

a:visited {
	font-size: 12px;
	color: #1C1C1C; 
	text-decoration: none; 
	font-family: verdana, arial, sans-serif;
}

a:hover {
	font-size: 12px;
	color: #696969; 
	text-decoration: underline; 
	font -family: verdana, arial, sans-serif;
}



/* ------------------------------------------
Bold Text Within the JavaScript file
------------------------------------------ */
span.boldText {
	text-align: justify;
	font-size: 12px; 
	color: #000000;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}