body {
	background-color: #FBF7EF;
	color: #634E54;
	font-family: Veranda, sans-serif;
	font-size: small;
     }
     
/*** This is a button within the button bar ***/
.button {
	border-style: outset;
	background-color: #717666;
	padding: 2px;
    }

/*** This is a link in a button within the button bar ***/
.buttonlink {
	text-decoration: none;
	font-size: medium;
	color: #FCFDF9;	
	}

/*** Table of Links - This is a link with same color and no underline ***/
.tl {
	text-decoration: none;
	color: #634E54;
	}

/*** Normal Links - This is a link with same color and has underline ***/
.nl {
	color: #634E54;
	}

