
.italic { font-style: italic }
.xlarge { font-size: x-large }
.large  { font-size: large }
.bold { font-weight: bold }
.green { color: #360 }
.xsmall { font-size: x-small }
.xxsmall { font-size: xx-small }
body { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
.medium { font-size: medium }
.xxlarge  { font-size: xx-large }
a:link  { color: #f60; font-weight: bold }
a:hover { color: purple }
a:visited { color: #050 }
.rightjustified { text-align: right }
.orange { color: #f60 }
.bullets  { white-space: normal; list-style-type: circle; list-style-position: outside; display: list-item }
