/* GENERAL SPECS */
/* set standard font and color */
body {
   font-family: Arial, Verdana, Geneva, sans-serif;
   background-color: white;
   font-size: 75%;
   line-height: 16px;
   color: #000;
}
/* ---------------------------------------------------- */
img {
	display: none;
}
/* ---------------------------------------------------- */
/* LINKS */
/* normal links */
a {
   text-decoration: none;
   line-height: 16px;
   color: #426583;
}