/*
 * Colors and background images -- the superficialest of
 * presentation stuff. No position or size info should go in here:
 * it should be limited almost solely to "background", "color",
 * "border-style", "border-color" and "text-decoration" declarations.
 *
 * You should be able to remove this file, and *nothing* on the screen
 * should change position.
 *
 */


/* Layout
-------------------------------------------- */

body {
}



/* Links
-------------------------------------------- */

a {
}
a:visited { }
a:hover { }
a:active { }

#footer a {
}
#footer a:hover { }


/* Forms
-------------------------------------------- */

input.submit {
}

input.text, input.password, textarea, select {
  color: black;
  border-style: solid;
  border-color: black;
}
