<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Element-Selektor</title>
<style type="text/css">


body  { background-color:darkgrey; }

*     { font-size:100%;
        color:darkbrown;
        font-family:Arial,sans-serif;
        font-weight:bold; }


h1    { font-size:200%;
        color:darkbrown;
        font-weight:bold; }

h2    { font-size:120%;
        color:darkbrown;
        font-weight:bold; }

h3    { font-size:100%;
        color:darkbrown;
        font-weight:bold; }


p,li  { font-size:85%;
        line-height:140%;
        font-weight:bold; }

p.setl{ font-size:98%;
        font-weight:bold;
        letter-spacing:0.1em;
        word-spacing:0.3em; }



a:link    { color:orange; text-decoration:none; font-size:115%; font-weight:bold; font-family:Arial,sans-serif; }
a:visited { color:brown; text-decoration:none; font-size:115%; font-weight:bold; font-family:Arial,sans-serif; }
a:hover   { color:red; text-decoration:none; font-size:115%; font-weight:bold; font-family:Arial,sans-serif; }
a:focus   { color:red; text-decoration:none;  font-size:115%; font-weight:bold; font-family:Arial,sans-serif; }
a:active  { color:red; text-decoration:none; }


</style>
</head>