/*
	/arno.css

	arno.com Style Sheet
	Craig Arno  5-MAY-2013
*/
  .header-index, .header-index TD, .header-index TH
  {
    background-image:url('/bg.JPG');
    background-color:#4e170d;
    color:white;
  }

  .title
  {
    background-color:#000001;
    color:black;
  }

  body
  {
    /* color:#DCB334; /* Gold */
    color:#000000;
    font-family:Arial,Helvetica, sans-serif;
  }

  /* Sets Header and Footer text color and style */
  .header-footer
  {
    color:orange;
    font-family:Arial,Helvetica,sans-serif;
  }

  /* Set colors for white BG with light blue grid */
  .whtbg
  {
    color:white;
  }

a:link {color:blue;}       /* a normal, unvisited link */
a:visited {color:purple;}  /* a link the user has visited */
a:hover {color:#FF00FF;}   /* mouse over link */
a:active {color:#0000FF;}  /* selected link */
 
