<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0px;
  padding: 0px;
}
#container {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}
#header {
  height: 120px;
}
#menu {
  float: left;
  text-decoration: none;
  width: 195px;
  font-family: Arial,Helvetica,sans-serif;
}
#content {
  margin-left: 5px;
  padding-bottom: 5px;
  width: 695px;
  float: right;
}
#footer {
  clear: both;
  height: 60px;
  text-align: center;
}
#header h1 {
  font-family: Monotype Corsiva;
  color: #cc33cc;
  font-size: 400%;
  line-height: 120px;
  text-align: center;
}
li a {
  border-width: 1px 2px 2px 1px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  text-decoration: none;
  font-weight: inherit;
  display: block;
  font-size: 110%;
  color: #f3f3db;
  line-height: 34px;
  background-color: #993399;
}
#content td {
  text-align: justify;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
}
ul {
  list-style-type: none;
}
body {
  background-image: url(img/fon-3.jpg);
  background-color: white;
}
</pre></body></html>