/* CSS for collaboros.com */
/* Last revised 100409 pjf */

a:link {
  color: #006600;
}

a:active {
  color: #006600;
}

a:visited {
  color: #006600;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: Segoe UI, Lucida Grande, Lucida Sans, Helvetica, sans-serif;
}

body {
  font-size: 15px;
  margin: 10px;
  padding: 0px;
}

p {
  margin-bottom: 8px;
}

div.header {
  margin: -5px;
  border: 0px;
  padding-bottom: 5px;
  border-bottom: 3px #DDD solid;
/*  background-repeat: repeat-x;
  background-image: url(../images/collaboros_head_background.gif);
*/
}

div.textarea {
  margin: 15px;
}

div.footer {
  margin: 5px;
  border: 0px;
  padding: 0px;
}

li {
  margin-bottom: 4px;
}
