body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a:link {color: #000033}     /* unvisited link */
a:visited {color: #000033}  /* visited link */
a:hover {color: #000033}   /* mouse over link */
a:active {color: #000033}   /* selected link */


ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }

a.twittered {
	text-decoration: none
    }
a:hover.twittered {
    	text-decoration: none
    }