/* STARR IMAGES STYLE SHEET */

/* HEADER - H1 - LESS SPACE AROUND TEXT*/
	h1 {
  padding:0px;
  margin:0px;
  text-decoration: none;
  }

body {font-family: sans-serif; 
 }

/* *** HEADER *** LINKS WITHOUT UNDERLINE - ALWAYS BLACK */
a.header:link    {text-decoration: none;color:black;}
a.header:visited {text-decoration: none;color:black;}
a.header:active  {text-decoration: none;color:black;}
a.header:hover   {text-decoration: none;color:black;}

/* LINKS WITHOUT UNDERLINE - EXCEPT ON HOVER */
a:link    {text-decoration: none;}
a:visited {text-decoration: none;}
a:active  {text-decoration: none;}
a:hover   {text-decoration: underline;}

/* HORIZONTAL RULE - SMALL BLUE LINE*/
hr {
  border: 0;
  border-top: 1px solid #c9d7f1;
  height: 0;
  }

img {border-width: 0px;}

/* TABLE CELLS IN HEADER WITH NO BORDER */
td.header {border-bottom: 0px;}
