BODY { background: white;
       color: black;
}

INPUT { background-color: white; 
	font-style: normal;
	color: black;
	font-family: gill;
	font-size: 125%; }

A:link {font-family: gill;
         font-style: normal;
         font-size: 100%;
	text-decoration: none;
         color: #000000  }

A:visited { font-family: gill;
            font-style: normal;
            font-size: 100%;
	text-decoration: none;
            color: #000000 }

A.header:link { font-family: gill;
         font-style: normal;
         font-size: 100%;
         color: white }

A.header:visited { font-family: gill;
         font-style: normal;
         font-size: 100%;
         color: white }

A.get:link { font-family: gill;
         font-style: normal;
         font-size: 100%;
         font-weight: bold;
         color: #3333FF; }

A.get:visited { font-family: gill;
         font-style: normal;
         font-size: 100%;
         font-weight: bold;
         color: #3333FF }

.header { font-family: gill;
          font-style: normal;
          font-size: 100%;
          font-weight: bold;
          background-color:  #3333FF;
          color: white;
}

.text { font-family: gill;
     font-style: normal;
     font-size: 100%;
     background-color: white;
     color: black }

.textheader { font-family: gill;
     font-style: normal;
     font-weight: bold;
     font-size: 100%;
     background-color: white;
     color: black }

.curheader { font-family: gill;
     font-style: normal;
     font-weight: bold;
     font-size: 90%;
     color: black; }

.curtext { font-family: gill;
     font-style: normal;
     font-weight: normal;
     font-size: 90%;
     color: black; }

