body {
background-image: url("panorama1.jpg");
background-position: middle;
font-family: 'verdana', sans serif;
font-variant: small-caps;
text-align: center;
color: #800000;
<!--background-color: #333366;-->
<!--background-repeat: repeat-x;-->
}
a {
text-decoration: none;
color: #800000;
}
a.mail {
font-variant: normal;
}
a:hover {
color: red;
}
a.mail:hover {
color: blue;
}
