
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #eeffff;
}

a:link {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
}
a:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
}
a:hover {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
}
a:active {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
}

ul#twitter_update_list {
    font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	font-size: 10px;
	list-style-type: none;
    padding: 0px;
    margin: 0px;
    line-height: 1em;
    color: #000000;
    background-color: #eeffff;
    text-decoration: none;
}
