@charset "utf-8";
/* CSS Document */
body {
background-color:#999;
background-image:bild.jpg;
}
h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:36px;
color:#666;
font-weight:lighter;
text-align:center;
text-shadow: 3px 3px #CCC;
}
p { font-family:Verdana, Geneva, sans-serif;
line-height:16px;
font-size:12px;
width:300px;
}
img {
height:200px;
width:200px;
}
