td { font-family: Arial, Helvetica, sans-serif }
h1, h2, h3, h4, h5 { color: darkblue }
body { background-color: #FFFFFF; font-family: Arial, Helvetica, sans-serif }
p { line-height: 150% }
ul li { font-size: 100% }
.red { color: red }
.green { color: green }
.blue { color: blue }
#big { font-size: 120% }
#upper { text-transform: uppercase }

