A {
  color: #EEC;
}
A:link {
  color: #EEC;
}
A:active {
  color: white;
}
A:hover {
  color: #FFA;
}

BODY {
  color: #000000;
  background-color: #444;
}

B {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: transparent;
  color: #000000; 
  font-weight: bold; 
  text-decoration: none;
}

I {font-family :Tahoma, Verdana, Arial, sans-serif;
  font-size:12px; 
  color: #000000; 
  background-color: transparent;
  font-weight: normal; 
}

h1 { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: transparent;
}
h2 { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #000000;
  background-color: transparent;
}

h3 { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #000000;
  background-color: transparent;
}

h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: transparent;
}

h5 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: transparent;
}

h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: transparent;
}

dt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  background-color: transparent;
}

dd {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: transparent;
}

select {
  color: black; 
  background-color: transparent;
  font-family: Courier, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  text-decoration: none;
}

table {
  border-style: none;
}

.centeralign {
  font-family: Arial;
  font-size: 12px;
  text-align: center;
}

.leftalign {
  font-family: Arial;
  font-size: 12px;
  text-align: left;
}

.rightalign {
  font-family: Arial;
  font-size: 12px;
  text-align: right;
}
