
body {
   padding: 0;
   margin:  0;
}

.black {
   font-family: Verdana;
   font-size:   8pt;
   color:       black;
}

.copy {
   font-family: Verdana;
   font-size:   7pt;
   color:       black;
}

.grey {
   font-family: Verdana;
   font-size:   8pt;
   color:       #006060;
}

.link {
   font-family:     Verdana;
   font-size:       8pt;
   color:           blue;
   text-decoration: none;
}

a.link:hover {
   color:           green;
   text-decoration: underline;
}

.formBox {
   background:   #ffface;
   font-family:  Verdana,Arial;
   font-size:    8pt;
   border-style: groove;
}

.formButton {
   font-size:    8pt;
   font-family:  Verdana;
   width:        120px;
   cursor:       hand; 
   border-style: single;}

.smallGap {
   margin-top: 0.5em;
}
