<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Das style-Attribut</title>
<link rel="stylesheet" type="text/css" href="formate.css">
<style type="text/css">
/* ... hier sind dateispezifische Formate erlaubt ... */
</style>
</head>
<body>

h1 
{
font-size:30px;
font-family: times new roman;
text-align: center;
}

 
h6
{
font-size:25px;
font-family: times new roman;
text-align: center;
}
h2
{
font-size:25px;
font-family: times new roman;
color: red;
text-align: center;
}
h3 
{
  border-width: 15px;
  border-style: ridge;
  border-color: #FFCC99;
}
h4 
{
  font-size:20px;
font-family: times new roman;
color: red;
text-align: center;
}
div.navigation 
{
text-align:center;
width:100%;
margin:auto;
padding:5px;
}

h5
{
font-size:35px;
font-family: times new roman;
text-align: center;
}

table
{
background-color:#ffff66;
text-align:center;
font-size:20px;
font-family: times new roman;
}


td 
{
background-color:#FFFF66;
border-color: red;
}

a
{
padding:4px  30px 4px 30px;
color:#000000;
text-decoration:none;
font-weight:normal;
background-color:#FFFFFF;
border-style:ridge;
border-color:#CC9900;
}

a:hover
{
 color:#ffffff;
 text-decoration:none;
 font-weight:normal;
background-color:#000000;
border-style:ridge;
border-color:#CC9900;
}

div.spalte 
{

float:left;
width:33%;
height:40px;
padding:3px;
border-style:none;

}

p
{
text-align:left;
font-size:20px; 
font-family: times new roman;
}

ul {
  border-width: thin;
  border-style: solid;
  border-color: orange;
}

#hund1 
{
  position:relativ;
  left: 350px;
  bottom: 150px;
}

div.box 
{
  width: auto;
  border: 2px solid black;
  background: orange;
}

#picture
{
  text-align:center;
  margin:auto;
}

div.navi
{
margin:0 5px 0 5px;
float:left;
border-style:none;
border-color:#CC9900;

}

body 
{


}
</body>
</html>
