/*
 * Combined style sheet for the index pages and all pages.
 */

/* Style for all bodies. */
body {
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFE4B5;
	background-image: url(images/bg.jpg);
	}

a { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 12px;  }


/* Style for all table cells. */
table { background-color: #353028;   }

table.home { background-image: url(images/bg.jpg);     font: Arial, Helvetica, sans-serif;  color: #FFE4B5;      }

/* Custom link styles */
a:active {
	text-decoration: none;
	color: White;
}

a:visited {
	text-decoration: none;
	color: #F4A460;
}

a:hover {
	text-decoration: none;
	color: #CD853F;
}

a:link {
	text-decoration: none;
	color: #F4A460;
}



#menu a, #menu a:visited {
  text-align: left; 
  text-decoration:none; 
  color:#FFE4B5; 
  display: block; 
  width: 160px; 
  padding: .50em 18px;
    background-color: transparent;
    font-size: 14px;
    }

 
#menu a:hover { color: #CD853F;

}
