Na dann...
Code:
<
html>
<head>
<title>CSS-Test</title>
<style type="text/css">
<!--
body
{
font-family: 'Arial';
font-size: 15px;
font-weight: bold;
}
//-->
</style>
</head>
<body>
Test
</body>
</
html>
Style-Angaben kommen entweder in eine CSS-Datei oder in den head-Bereich.
Greetz
alcaeus