Check out
http://www.dto.tudelft.nl/mirhtml/css/property.htm
It is in Dutch, but I think you can understand the examples.
Bold is done by
STYLE="font-weight:bold;" or STYLE="font-weight:heavy;"
: For example:
:
:
: <A href = "http://www.yahoo.com" onMouseOver ="this.style.color = 'purple'">Yahoo!</A>
:
:
: What are all the other posible things for this.style.*?
:
: I really would like to know what it would be to make it bold.
: