.myfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;

}
.smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
ul {
	border: 1px dashed blue;
	background: url(bg_hlines.gif); 
	font-size: x-small;
}
li { list-style: none; padding: 4px; }

a { color:0000f0; text-decoration:none; }
a:hover { background-color:d0d0f0; border-bottom: 1 solid blue; border-top: 1 solid blue; }
