body {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 color: #555555;
 font-size: 10pt;
}

.back {
 background-image: url('images/index_292.jpg');
 background-repeat: repeat-y;
 background-position: 100% 0%;
}

.code {
background-color: #dfdfff;
padding: 10px;
padding-left: 30px;
}

.news {
text-align: justify;
width: 90%;
border: 1px #aaaaaa solid;
background-color: #eeeeee;
font-size: 10pt;
padding: 5px;
}

.news1 {
color: #555588;
font-size: 7pt;
font-weight: bold;
}

.menu {
width: 80px;
height: 19px;
background-color: #000000;
text-align: center;
vertical-align: middle;
}

.menu a:link {
  font-size: 10px;
color: #ffffff;
}
.menu a:active {
  font-size: 10px;
color: #ffffff;
}
.menu a:visited {
  font-size: 10px;
color: #ffffff;
}

.menu a:hover {
  font-size: 10px;
  color: #cccccc;
  text-decoration: underline;
}


a:link {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #346782;
}
a:visited {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #346782;
}
a:active {
  font-size: 12px;
  color: #FFCC00;
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  font-size: 12px;
  color: #999999;
  text-decoration: underline;
  font-weight: bold;
}

