BODY {
  background-attachment: fixed;
  background-color: darkred;
  margin: 0px;
  padding: 0px;
  font-family: arial;
  font-size: 10pt;
}

A {
  color: indianred;
  text-decoration: none;
}
A:hover {
  color: darkred;
  text-decoration: underline;
}
A.return {
  color: darkred;
  background-color: seashell;
  font-weight: bold;
}
A.return:hover {background-color: white;}
TD.menu A {color: darkred;}
TD.menu A:hover {color: red;}
TD.new A {color: midnightblue;}
TD.new A:hover {
  color: darkred;
  text-decoration: underline;
}
DIV.bar A {
  width: 0%;
  text-align: center;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  color: black;
  background-color: lightgray;
  margin: 0px;
  padding-left: 1ex;
  padding-right: 1ex;
}
DIV.bar A:hover {
  text-decoration: none;
  border-color: white;
  color: white;
  background-color: gray;
  padding-left: 1ex;
  padding-right: 1ex;
}
A.spray:hover {
  background-image: url("http://spray.gorodok.net/favicon.ico")
}
DIV.location A {color: blue;}
DIV.location A:hover {background-color: cyan;}
SPAN.location A:hover {text-decoration: none;}

H1 {
  color: darkred;
  background-color: seashell;
  background-image: url("head.jpg");
  text-align: center;
  vertical-align: center;
  font-size: 20pt;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  margin: 4px;
  padding: 7pt;
}

H2 {}
TD.body H2 {
  color: darkred;
  background-color: seashell;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3pt;
  font-size: 15pt;
  margin: 0px;
  margin-bottom: 15px;
}

H3 {
  color: darkred;
  font-size: 13pt;
  font-weight: bold;
  margin-top: 20pt;
  margin-bottom: 5pt;
  text-align: left;
  text-decoration: underline;
  clear: both;
}

H4 {
  font-weight: normal;
  text-decoration: underline;
  font-size: 10pt;
  margin-left: 5em;
  margin-bottom: 0px;
}
UL H4 {margin-left: 0em;}
A H4 {
  font-size: 12pt;
  color: darkred;
  margin-left: 2em;
}
A H4:hover {color: red;}
H4.date {
  color: midnightblue;
  font-weight: bold;
  font-size: 12pt;
  text-decoration: underline;
  text-align: center;
  letter-spacing: 2pt;
  margin: 0em;
  margin-top: 10pt;
}

P {
  text-indent: 3ex;
  margin: 0ex;
  margin-left: 4em;
  margin-right: 4em;
}

DIV.head {
  color: midnightblue;
  background-color: darkgray;
  background-image: url("line.png");
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  margin: 0px;
}
DIV.location {
  color: cyan;
  font-weight: normal;
  float: right;
  margin-right: 3px;
}
DIV.features {
  width: 82px;
  padding: 0.75ex;
  text-align: center;
  font-size: 15pt;
  color: darksalmon;
  background-color: white;
  border-width: 1px;
  border-color: darksalmon;
  border-style: solid;
}
DIV.picture {
  float: left;
  clear: none;
  color: darkred;
  background-color: seashell;
  text-align: center;
  font-size: 8pt;
  padding: 5px;
  margin: 0.5ex;
  margin-left: 2ex;
  margin-right: 2ex;
}

address {}

blockquote {}

br {}

HR {
  margin: 2ex;
  margin-left: 0px;
  margin-right: 0px;
  color: seashell;
  background-color: seashell;
  height: 4px;
  border-style: dotted;
  border-width: 1px;
  border-color: darksalmon;
}
TD.menu HR {margin: 5px; }

pre {}

SPAN.date {
  vertical-align: sub;
  color: seashell;
  background-color: darkred;
  font-size: 8pt;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: darksalmon;
}
TD.info SPAN.date {
  color: white;
  vertical-align: baseline;
  background-color: darksalmon;
  border-style: solid;
  border-width: 1px;
  border-color: darkred;
}
SPAN.location {
  font-size: 15pt;
  color: darksalmon;
}
SPAN.name {font-weight: bold;}

em {}

STRONG {}

cite {}

UL {
  color: midnightblue;
  margin: 2ex;
  margin-left: 4em;
  margin-right: 8em;
  border-style: solid;
  border-width: 0px;
  border-right-width: 1px;
  border-color: lightsteelblue;
}
TD.menu UL {
  color: darkred;
  display: list-item;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border-style: none;
}
TD.menu UL.sub {
  margin-left: 2ex;
  font-weight: normal;
  font-size: 8pt;
  line-height: 10pt;
}
TD.menu UL.sub UL {
  margin-left: 2ex;
  list-style-type: disc;
}

OL {
  color: midnightblue;
  margin: 1ex;
  margin-left: 4em;
  margin-right: 8em;
}

UL LI {
  margin: 1.5ex;
  margin-left: 0ex;
  line-height: 2ex;
}
TD.menu LI {
  margin: 0px;
  text-indent: 1ex;
  line-height: normal;
}
LI.active {
  border-width: 1px;
  border-style: solid;
  border-color: darksalmon;
}

dl {}

dt {}

dd {}

IMG {border-width: 0px;}
H1 IMG {
  float: left;
  position: fixed;
  top: 45px;
  left: 35px;
}
DIV.head IMG {
  background-color: white;
  float: center;
}
TD.body IMG {
  float: left;
  margin: 5px;
}
DIV.picture IMG {
  border-width: 1px;
  border-style: solid;
  margin: 0px;
  float: none;
}
DIV.features IMG {font-size: 10pt;}
TD.info IMG {float: left;}

TABLE.main {
  width: 98.9%;
  background-color: seashell;
  margin: 4px;
  margin-top: 0px;
  text-align: justify;
}
TABLE.news {
  margin-top: 5pt;
  margin-left: 5ex;
  line-height: 13px;
}
TABLE.timetable {
  width: 100%;
  margin: 0ex;
  margin-bottom: 20px;
}

TR.today {font-weight: bold;}

TABLE.foto COL {width: 150px;}

TABLE.timetable TR.head TD {
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  padding: 2pt;
  color: darkred;
  background-color: seashell;
  border-color: darksalmon;
}

TABLE.main TD {
  vertical-align: top;
  font-size: 10pt;
  padding: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: darksalmon;	
}
TABLE.main TD.info {
  text-align: center;
  font-size: 9pt;
  color: darkred;
  background-color: darksalmon;
  border-color: darkred;
  line-height: 13pt;
  padding: 2px;
}
TD.menu {height: 600px;}
TD.menu, TD.area {
  width: 21ex;
  color: darkred;
  background-color: seashell;
  font-weight: bold;
}
TD.area {background-image: url("comp2.gif");}
TD.body {
  background-color: white;
  text-align: justify;
}
TABLE.news TD {
  border-style: none;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 9pt;
}
TABLE.news TD.date {
  width: 6em;
  color: darkgreen;
  text-align: right;}
TABLE.timetable TD {
  font-size: 8pt;
  background-color: seashell;
  border-color: seashell;
  text-align: left;
}
TABLE.foto TR TD {
  text-align: center;
  border-color: white;
}
th {}

COL {}

#right {float: right;}
