/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg);
}




/* Style for all table cells. */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}

/*table.white  {
	background-color: #DEB887;
	border: 1px solid #FF6347;
}*/
h1 {
	font-size: 24px;
	color: #996633;
}

/* Custom link styles */

a:link {
	text-decoration: none;
	color: #2F4F4F}

a:hover {
	text-decoration: none;
	color: #778899}
	
a:active {
	text-decoration: none;
	color: #6699CC;
}

a:visited {
	text-decoration: none;
	color: #696969;
}

.indent  { padding-left: 30px;  padding-right: 30px;  }


#menu a, #menu a:visited {
  text-align: center; 
  text-decoration:none; 
  color:#483D8B; 
  padding: .30em 8px;
    font-size: 12px;
    line-height: normal;
    }

#menu a:hover {
  color: #CD853F;
}

/*.singlespace { line-height: 6px;  color: #FF0033;         }*/
