.leftpattern {
  background-image: url(images/left_pattern.jpg);
  background-repeat: yes-repeat;
  background-position: top right;
  }
  .text {
  font-family: Tahoma;
  font-size: 12px;
  font-style: normal;
  color: #ffffff;
  }

  .text2 {
  font-family: Tahoma;
  font-size: 12px;
  font-style: normal;
  color: #000000;
  }
  
.textbold {
  font-family: Tahoma;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  }

.title {
  font-family: Tahoma;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  }

.subtitles {
  font-family: Tahoma;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  }

a:link { color: #ffffff; text-decoration: underline } 

a:active { color: #ffffff; text-decoration: underline } 

a:visited  { color: #ffffff; text-decoration: underline } 

a:hover { color: #FF0000; text-decoration: underline }