* {
 margin: 0 auto;
}

html {
  background: url(a/fon.gif);
}

table {
  border-collapse: collapse;
  width: 60%;
  background: #000;
  font: italic bold 1.2em Times New Roman, Serif;
  color: #ff6;
  text-align: center;
}

#text {
  text-align: left;
  line-height: 1.3;
  text-indent: 1.7em;
  padding: 0.5em 0.5em;
  font: italic bold 1.2em Times New Roman, Serif;
}

b {
  color: #ff3;
}

h2 {
  color: #ff3;
  text-align: center;
}


h3 {
  color: #ff3;
  text-align: right;
}

p {
  font: bold 1.4em Times New Roman, Serif;
  color: #ff6;
}

p i {
  font-size: 0.77em;
  text-align: left;

}

.i {
  text-align: left;
}


a {
  text-decoration: none;
  font: italic bold 1.3em Times New Roman, Serif;
}

a:link {
  color: #ff3;
}

a:visited {
  color: #ff3;
}

a:hover {
  color: #f00;
}

a:active {
  color: #300;
}


img {
 border: none;
}

address {
  color: #ff3;
  text-align: center;
}

#submit input {
  background: #ff6;
  font: bold 1em Monotype Corsiva, Serif;
  color: #000;
  border-color: #ff3;
}

