body {font-family: Arial, Helvetica, Tahoma; font-size: 10pt} 

a:link { color: #CC0000; text-decoration: none}
a:visited { color: #CC0000; text-decoration: none}
a:active { color: #CC0000; text-decoration: none}
a:hover { color: #993333; text-decoration: none}  

<!-- This stylesheet uses pt's for font sizing for demonstration purposes. However, the problem with pt's is that their size is fixed, which means it cannot be changed with a user's browser. They also are extremely small for some Mac's. When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. -->

td {font-size: 10pt; color: #000000}
 
.table {font-size: 12pt; font-weight: bold; color: #000000}
 
.title {font-size: 20pt; font-weight: bold; color: #000000}
 
.subtitle {font-size: 16pt; font-weight: bold; color: #999999}
 
.cosubtitle {font-size: 12pt; color: #CC3300}

.number {background-color: #EFEFEF; font-weight: bold; font-size: 9pt; color: #000000}
 
.check {font-size: 8.9pt; font-weight: bold; color: #FF0000}

.comment {font-size: 8.9pt; font-weight: bold; color: #666666}

.model {font-size: 8.9pt; font-weight: bold; color: #666666}

.footer {font-size: 7.9pt; color: #333333}

.back_btn {font-size: 7.9pt; font-weight: bold; color: #000000}}