Hallo malo,
wenn es um Tabellenspalten geht, dann so:
Code:
<style type="text/css">
<!--
td
{
font-family: 'Arial';
font-size: 15px;
font-weight: bold;
}
//-->
</style>
Sonst auch so:
Code:
<style type="text/css">
<!--
body
{
font-family: 'Arial';
font-size: 15px;
font-weight: bold;
}
//-->
</style>
Greetz
alcaeus