Style CSS: header - przykładowo zdefiniowane style czcionek

#header {
width: 800px;
height: 70px;
margin: 0 auto;
background: url('images/img.jpg') no-repeat;
}

#header * {
text-decoration: none;
text-align: center;
color: #FF0000;
}

#header h1 {
padding-top: 20px;
font-size: 2em;
}

#header h2 {
font-size: 1.2em;
}