/* 0.css externes Stylesheet zu Index.htm usw. für Netbook- Bildschirm*/

body
{
font-family: arial, geneva, sans-serif;
color: #002020;
font-size:15px;
line-height: 1.5;
background-color: #FFF8FF;
margin:50
}
h1
{
color: red;
}

h2
{
color: green;
}

h3
{
color: blue;
}