  a:link {
    color: #000000;
    }
  a:visited {
    color: #000000;
    }
  a:active {
    color: #000000;
    }
  a:hover {
    color: #808080;
    }
  img {
    border: 0px;
    }
  table {
    
    margin: 5px;
    padding: 5px;
    }
  tr {
    border: 0px;
    }
  td {
    border: 0px;
	color: #fff;
	font-size: 11px;
    }
  body { 
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    }
  input  {
    font-size: 11px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #000000;
    }
  select,  textarea  {
    font-size: 11px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #000000;
    }

/* This applies to everything that is shown under images/folders
   when on the index page. */
  .info {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    }

/* This applies to the descriptions when looking at a
   specific image. */
  .description {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    }

/* This applies to the pagecount in the image index. */
  .pages {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    }

/* This applies to the body text when looking at a
   specific image. */
  .imagebody {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    }

/* This applies to the login inputbox and submit button. */
  .login {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    height: 14px;
    border: 1px solid #000000;
    }

/* This applies to the upload inputbox and submit button. */
  .upload {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    height: 16px;
    }

/* This applies to the text at the bottom saying "Gallery Generated by Imager Gallery". */
  .using {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    }

/* This applies to the text in the Folder Browser window. */
  .folderbrowser {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    }