/* File       : s.css */
/* Created    : 29.12.2007 */
/* Modified   : 23.10.2008 */
/* Author     : Super-M */
/* Description: файл стилей для страниц */
/* Used in    : antigun.savesoul.ru */

body {
  background-color:black;
  background-image:url(antigun.gif);
  color:#a2a2a2;
  font-size:18pt;
}

textarea {
  font-size:28pt;
  background-color:transparent;
  color:white;
}

input {
  font-size:28pt;
  background-color:transparent;
  color:white;
}

h1 {
  text-align:center;
  font-size:34pt;
  color:white;
}

a {
  color:#00f00c;
}

a:hover {
  color:#baf000;
}

strong {
  color:#00f00c;
}

em {
  font-style:normal;
  color:red;
}

li {
  text-align:justify;
}