body { background-color: #FFFF00; font-family: Arial, Helvetica, sans-serif }
p { line-height: 200% }
ol li { font-size: 65%; color:blue }
ul {font-size: 65%; color:green }
ul li {color:purple }
h1, h2, h5 { color: red }
.green { color: green }
.blue { color: blue }
#large { font-size: 120% }
#to_upper { text-transform: uppercase }
