FIRST-LETTER
<style type="text/css">
p{font-family:"Arial"; font-size: "12pt"; color: "#000099";
text-align:"justify";}
p:first-letter{font-size:"250%"; float:"left"; color:"red";}
</style>
LINKS
<style type="text/css">
a:link {
font-family : "Verdana";
font-size : "20pt";
font-style: "bold";
color : "#0000E0";
font-weight : "normal";
text-decoration : "none";
}
a:visited {
font-family : "Verdana";
font-size : "20pt";
font-style: "bold";
color : "#000080";
font-weight : "normal";
text-decoration : "none";
}
a:hover {
font-family : "Verdana";
font-size : "20pt";
font-style: "bold";
color : "#E00000";
font-weight : "normal";
text-decoration : "none";
}
a:active {
font-family : "Verdana";
font-size : "20pt";
font-style: "bold";
color : "#0000E0";
font-weight : "normal";
text-decoration : "underline";
}
</style>
Format - Unterklassen
p{font-family : "Arial"; font-style: "italic"; font-size
: "12pt"; color : "#00FF00"; text-align: "justify";}
.p2{font-family : "Arial"; font-style: "italic"; font-size
: "10pt"; color : "#FF0000"; text-align: "right";
cursor: "help";}
.p3{font-family : "Arial"; font-size : "14pt"; color : "#000000";
text-align: "left";}
.p3:first-letter{color:"red"; font-size:"250%"; float:"left";}
.p4{font-family : "Verdana"; font-size : "12pt"; color :
"yellow"; text-align: "justify"; text-indent: "12mm";}
<p class="p2">
VERWEIS AUF EXTERNE DATEIEN
<link rel="STYLESHEET" type="text/css" href="DeineDatei.css">