/* purple: #575884; yellow: #f2e53f; */

* { 
  font-family: Verdana, Arial, sans-serif; 
  font-weight: normal; 
  font-size: 9pt;
  color: #333333; 
  text-decoration: none;
}

html, body { 
  background-color : #fff; 
  margin: 0; 
  padding: 0
}

h2 { 
  color: #000000; 
  font-weight: bold; 
  font-size: 14pt
}
h4 {
  color: #000000; 
  font-weight: bold; 
  font-size: 12pt
}
a {
  color: #575884; 
  font-weight: bold; 
  text-decoration: none
}
a:hover {
  color: #999999
}
label {
  color: #666666; 
  font-size: 7pt
}
input, textarea, select {
  border: 1px solid #666666; 
  background-color: #ffffff; 
  color: #666666; 
  font-size: 8pt
}
a.menu { 
  font-size: 7pt;
  text-decoration: none
}
a.menu:hover { 
  color: #999999
}
