body {
  color: #151515;
  font-size: 12px; max-width : 350px;
  margin: auto; border : 1px solid #696969;
  font-family: "Comic Sans Ms";
}

a:link, a:active, a:visited {
  color: #34004A;
  text-decoration: none;
}

a:hover, a:focus {
  color: #34004A;
}

img {
  vertical-align: middle;
  border-style: none;
}
/*Header*/

.header {
  font-weight: bold;
  background-color: #f2f2f2;
  background-repeat: repeat-x;;
}


.oline {
  background-color: #febf01;
  height: 4px;
}
/*Ads*/

.rek {
  background-color: #fdf8e8;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 2px;
  border-top: 1px solid #f5e4b0;
  border-bottom: 1px solid #f5e4b0;
}

.rek a{
  background-repeat: no-repeat;
  background-position: left 50%;
  padding-left: 12px;
}

.rek a:hover {
  background-repeat: no-repeat;
  background-position: left 50%;
  padding-left: 12px;
}
/*Blue*/

.bmenu {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background-color: #D4D4D4;
  background-image: url(images/blf.gif);
  background-repeat: repeat-x;
  background-position: 50% top;
  margin-top: 1px;
  margin-bottom: 1px;
}

.menu {
  background-color: #E2E2E2;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 2px;
  border-top: 1px solid #d2edf6;
  border-bottom: 1px solid #d2edf6;
}

.menu a{
  color: #58007E;
  background-repeat: no-repeat;
  padding-left: 2px;
}

.menu a:hover{
  color: #58007E;
  background-repeat: no-repeat;
  padding-left: 2px;
}

/*Footer*/

.end {
  color: #474747;
  font-size: 14px;
  font-weight: bold;
  background-color: #f3f3f3;
  background-image: url(images/end.gif);
  background-repeat: repeat-x;
  background-position: 50% top;
  padding: 4px;   text-align: center;
  border-bottom: 1px solid #e3e3e3;
}

.end a {
  color: #474747;  text-align: center;
}

.copy {
  color: #c7c7c7;
  font-size: 10px;
  text-align: right;
  padding: 2px;
}

.copy a{
  color: #c7c7c7;
  font-size: 10px;
}
