/* Dateiname: zielke.css */

body {background-color: #cccccc;}
*{font-family: sans-serif; }

p {
text-align: justify; 
text-align: center; 
font-size: 15pt;} 
 
h1, h2, h3, h5 {
text-align: center; 
color: grey; 
padding: 25pt;}
 
marquee {
color: red
}

a:link, a:active, a:visited {
 text-decoration: none; 
 color: grey
}
 
a:hover {
color: red;
}

table {
border: 1pt;
}

img {
text-align: center;
}

h4 {
font-size: 20pt; 
padding: 0pt; 
text-align: center; 
font-style: normal; 
}

#box{
height: 110px;
width: 150px;
margin: 40px 10px 10px 10px;
background: #dddddd;
}
 
 
 
 
 