/* 
    Document   : style
    Created on : 02.05.2009, 14:37:16
    Author     : Vetkhy
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
  background-color: #fbfffa;
}

div.main {
  width: 796px;
  margin: 10px auto;

  border-style: solid;
  border-width: 1px;
  border-color: #000000;

  background-color: white;
  text-align: left;
}

div.footer {
  text-align: center;
}

div.site {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: black;
  clear: both;
  display: block;
  padding: 5px;
}

div.thumb {
  float: left;
  height: 160px;
}

div.descr {
  margin-left: 220px;
}

h1 {
  text-align: center;
}

h2 {
  margin-top: 0;
  padding-top: 0;
}

h2 > a {
  font:inherit;
  text-decoration:inherit;
  color:inherit;
}
h2 > a:hover {
  font:inherit;
  color:blue;
  text-decoration: underline;
}
