/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Palatino Linotype;
	font-size: 14px;
background-image:	url(../images/b-r.jpg)
background-color: #000000;
	color: #ffffff;
	margin: 5;
	text-decoration: none; 
	list-style-type: upper-alpha
}
h1 {font-family: palatino linotype; font-size: 36px}

a:link {color:#FFffff}    /* unvisited link */
a:visited {color:#ffFFff} /* visited link */
a:hover {color:#FFffFF}   /* mouse over link */
a:active {color:#ffff00}  /* selected link */ 

a {text-decoration:none}
/* Style for all table cells. */
td {
	font-size: 14px;
	color: #ffffff;
	
}
.biofont {  font-family: "Palatino Linotype"; font-size: 14px; color: #000000; text-decoration: none}
.worksfont {  text-align: center}

