body {
  font-family: arial,Helvetica;
  font-size: 12;
}

h1 {
  font-size: 16;
}

h2 {
  font-size: 14;
  background-color: grey;
}

h3 {
  font-size: 12;
}

td {
  font-size: 12;
}

a.show_hide:link {
    color: #000000;
}

A:link {
    color: #0000AA;
    text-decoration: none;
}

A:visited {
    color: #6633AA;
    text-decoration: none;
}

A:hover {
    color: #0000AA;
    text-decoration: none;
    border-bottom: solid 1px #666; 
}

div.ui-loader {
    display: none;
}

