<style type="text/css">

<!--
/* all text in tables */
td               { font-family: Arial, Helvetica, sans-serif; 
                   font-size: 10pt; 
                   color: #000000}

/* main heading on r5.htm */
td.header        { font-family: Arial, Helvetica, sans-serif; 
                   font-size: 14pt; 
                   color: #000000; 
                   font-weight: bold}

/* will be used for the text for the links to the form page */
td.header2       { font-family: Arial, Helvetica, sans-serif; 
                   font-size: 12pt; 
                   color: #000000;
                   text-decoration: none}

/* sub-titles on r5.htm*/
td.blue          { font-family: Arial, Helvetica, sans-serif; 
                   font-size: 12pt; 
                   color: #000000; 
                   font-weight: bold}

/* blue titles on r5.htm (they got swapped around ok!) */
td.title         { font-family: Arial, Helvetica, sans-serif; 
                   font-size: 13pt; 
                   color: #556382;}

/* will be used on form page, does not work and have put a style directly on the page! */
div              { font-family: Arial, Helvetica, sans-serif ! important; 
                   font-size: 10pt; 
                   color: #000000}

/* bold text on r5.htm */
b.bold           { font-family: Arial, Helvetica, sans-serif; 
                   font-size: 10pt; 
                   color: #000000; 
                   font-weight: bold}

/* used on links on the first page of artcam pro website */ 
a.menu           { font-family: Arial, Helvetica, sans-serif; 
                   font-size: 10pt; 
                   color: #0000cc; 
                   text-decoration: none}
a.menu:Hover     { text-decoration: underline}

/* used for the bottom part of the first page and if i get round to changing the other pages, them as well */
a.bottom         { font-family: Arial, Helvetica, sans-serif;
                   font-size: 7pt; 
                   color: #0000cc; 
                   text-decoration: none}
a.bottom:Hover   { text-decoration: underline}

/* will be used for links to the form page */
a.bold           { font-family: Arial, Helvetica, sans-serif; 
                   font-size: 12pt; 
                   color: #0000cc;
                   text-decoration: none}
a.bold:Hover     { text-decoration: underline}
-->

</style>