/* CSS Document */

body {  
  font-family: Trebuchet MS,sans-serif;
  font-size: 12px;
  color: #ffffff;  
  background-image: url("images/bg.jpg");
}

.main {
  font-family: Trebuchet MS,sans-serif;
  font-size: 12px;
  color: #ffffff;
}

.descr {
  font-family: Trebuchet MS,sans-serif;
  font-size: 16px;
  color: #ffffff;
}

h1 {
  margin: 0;  
  font-family: Trebuchet MS,sans-serif;
  font-size: 26px;  
  color: #ffffff;
  font-weight: normal;  
}

textarea {
  font-family: Trebuchet MS,sans-serif;
  font-size: 13px;
  color: #000000;
}

a:link {
  font-family: Trebuchet MS,sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-decoration: underline;
}

a:hover {
  font-family: Trebuchet MS,sans-serif;
  font-size: 20px;
  color: #eeedc1;
  text-decoration: underline;
}

a:visited {
  font-family: Trebuchet MS,sans-serif;
  font-size: 20px;
  color: #e2e2e2;
  text-decoration: underline;
}

a.action:link {
  font-family: Trebuchet MS,sans-serif;
  font-size: 26px;
  color: #ffffff;
  text-decoration: underline;
}

a.action:hover {
  font-family: Trebuchet MS,sans-serif;
  font-size: 26px;
  color: #cc0000;
  text-decoration: none;
}

a.action:visited {
  font-family: Trebuchet MS,sans-serif;
  font-size: 26px;
  color: #e2e2e2;
  text-decoration: underline;
}

a.recip:link {
  font-family: Trebuchet MS,sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
}

a.recip:hover {
  font-family: Trebuchet MS,sans-serif;
  font-size: 14px;
  color: #cc0000;
  text-decoration: none;
}

a.recip:visited {
  font-family: Trebuchet MS,sans-serif;
  font-size: 14px;
  color: #e2e2e2;
  text-decoration: underline;
}

.legal {
  font-family: Trebuchet MS,sans-serif;
  font-size: 12px;
  color: #ffffff;
}

img {
  border: 1px solid #e2e2e2;
}

