Arial-variable: makes all the fonts on your board arial, very clean
Copy and paste the code BELOW the dotted line into the <head>section of your advanced customization screen.
------------------------------------------
<style type="text/css">
<!--
body { font-size: 12px; font-family: arial, helvetica, sans-serif; }
td { font-size: 70%; font-family: arial, helvetica, sans-serif; }
h4 { font-size: 16px; font-weight: bold; }
.m { font-size: 80%; }
.headings { font-size: 80%; font-weight: bold; }
.title { font-size: 12px; font-weight: bold; }
.inputbox { border-top:#333333 solid thin; border-bottom:#333333 solid thin; border-right:#333333 solid thin; border-left:#333333 solid thin; font-family: arial, helvetica, sans-serif; }
.inputbutton { font-size: 110%; }
.communitychest { background: #ffffff; }
-->
</style>