a:link
{
  color: dodgerblue;
  font-family: Verdana;
}
a:visited
{
  color: dodgerblue;
  font-family: Verdana;
}
a:hover
{
  color: darkgoldenrod;
  font-family: Verdana;
}

.user
{ font-family: Arial;
  font-weight: bold;
  text-decoration: none;
}

a.user:link
{
  color: royalblue;
}

a.user:visited
{
  color: royalblue;
}

a.user:hover
{
  color: darkgoldenrod;
  text-decoration: underline;
}

a.name:link
{
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
  color: #00008B;
}

a.name:visited
{
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
  color: #00008B;
}

a.name:hover
{
  color: royalblue;
  text-decoration: underline;
}

a.letter
{
  font-weight: bold;
}

body
{
  background-image: url(../images/bg.gif);
  background-attachment: fixed;
  padding: 4px;
  scrollbar-face-color: lightyellow;
  scrollbar-arrow-color: darkgoldenrod;
  scrollbar-track-color: lightyellow;
  scrollbar-3dlight-color: goldenrod;
  scrollbar-shadow-color: lightyellow;
  scrollbar-darkshadow-color: goldenrod;
  scrollbar-highlight-color: lightyellow;
  font-family: Arial;
}

h2
{
  text-align: right;
  font-family: Verdana;
  font-weight: bold;
  font-size: 20pt;
  margin-left: 20px;
  color: #003090;
}

h4
{
  text-align: left;
  text-indent: 0px;
  font-family: Verdana;
  font-size: 14px;
  color: #0020B8;
  margin: 0px;
}

p
{
  font-size: 10pt;
  text-indent: 2.5em;
  text-align: justify;
}

p.menu
{
  font-family: Verdana;
  line-height: 1.4em;
  text-indent: 0em;
  text-align: left;
  font-size: 10pt;
  margin-bottom: 20px;
  margin-top: 0px
}

p.ask
{
  color: green;
  font-family: Arial;
  font-size: 9pt;
  margin: 8px;
}

p.property_list
{
  text-indent: 0em;
  line-height: 1.5em;
}

p.letters
{
  font-weight: normal;
  font-size: 9pt;
  text-indent: 0em;
  text-align: center;
  color: midnightblue;
}

table
{
  text-align: justify;
  font-size: 10pt;
}

div.copyright
{
  width: 100%;
  font-family: Arial;
  font-size: 8pt;
  text-align: center;
  color: gray;
}

div.last_books
{
  width: 220px;
  text-indent: 0px;
  text-align: left;
  font-family: Arial;
  font-size: 9pt;
}

span.date
{
  font-style: italic;
}

span.name
{
  text-align: left;
  font-family: Verdana;
  font-size: 9pt;
  color: goldenrod;
  font-weight: bold;
}

span.category
{
  text-align: left;
  font-family: Verdana;
  font-size: 12pt;
  color: black;
  font-weight: bold;
}

span.menu
{
  font-family: Verdana;
  font-size: 12pt;
  color: goldenrod;
}

form
{
  font-family: Verdana;
  line-height: 1.1em;
  text-align: left;
  font-size: 9pt;
  padding: 10px;
}

form.big
{
  font-family: Arial;
  line-height:2em;
  background-image: url(../images/bg_form.gif);
  padding: 16px;
  margin: 16px;
}

input
{
  border-width: 1px;
  border-style: double;
  border-color: goldenrod;
  background-color: white;
}

input.button
{
  background-color: lightyellow;
  width: 96px;
  font-family: Verdana;
  font-size: 11pt;
}

textarea
{
  border-width: 1px;
  border-style: double;
  border-color: goldenrod;
  font-family: Arial;
  font-size: 9pt;
}

span.error
{
  color: red;
}

hr
{
  color: gray;
}

blockquote.bb_quote {
    border: tan 1px solid;
    background-color: ivory;
    padding: 5px;
    margin: 1em 0 0 .75em;
}
div.bb_quote_author {
    border: goldenrod 1px solid;
    border-width: 1px 2px 2px 1px;
    margin-top: -1.2em;
    background-color: lightyellow;
    width: 150px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}
div.bb_quote_author:before {
    content: "Äîïèñ â³ä ";
}
div.bb_quote_author:after {
    content: ": ";
}
