﻿body {
 background-image: url(_bgx.png);
 background-repeat: repeat-y;
 background-color: #AEAEAE;
 color: #303030;
 font-family: verdana,tahoma;
 font-size: 11px;
 line-height: 20px;
}
div#head {
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 0;
}
div#text {
 position: absolute;
 top: 231px;
 left: 5px;
 width: 330px;
 z-index: 1;
}
a {
 text-decoration: underline;
 color: #303030;
}
a:hover {
 text-decoration: none;
 background-color: #303030;
 color: #ffffff;
 cursor: crosshair;
}
.title {
 font-family: georgia;
 font-size: 16px;
 font-weight: bold;
}