a:link {
	font-family: Georgia;
	color: #0000FF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a:visited {
	font-family: Georgia;
	color: #0000FF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a:active {
	font-family: Georgia;
	color: #0000FF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a:hover     {
	text-decoration: underline;
	font-family: Georgia;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	
}

TABLE {
	font-family : Georgia;
	font-size : 14px;
	font-weight : normal;
	color: #000000;
}
h1 {
	font-family: Georgia;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

BODY {
	background-image: url(../img/palms.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #4B94E1;
}

p {
	font-family: Georgia;
	font-size: 14px;
}


ul{
	margin-left: 0; 
	padding-left: 0;
}

#twitter_update_list span {
	font-family : Georgia;
	font-size : 14px;
	font-weight : normal;
	color: #5C3317;

}

#twitter_update_list li {
	list-style-type: none;
}


#twitter_update_list li a {
	display: block;
	color: #0000FF;

}