body {
	margin: 0em 1em 1em 2em;
	color: black;
	background-attachment: fixed;
	background-position: top left;
}
	background-image: 
p  {
	font: 14px/18px "Lucida Sans Unicode";
	color: #00dd00;
	padding: 1.5px;
}
a {
	color: #990000;
}
a[href]:hover {
	border-color: black;
	color: #ff0000;
}
a.link {
	font-family: "Georgia", "Lucida Sans Unicode", san-serif;
	font-size : 140%;
	font-weight : bolder;
	text-decoration: none;
}
/*  get rid of borders on anchors with images and are framed  */
a.imagelink:hover {
	border-style: none;
}
img:hover  
{
	border-style : solid;
	border-color: black;
}
img {
	text-align: center
	border : solid thin blue;
}

/* these are for navigation on the front pages  */
li.link {
	padding : 8px;
	font-size: 120%;
}
a.header {
	color: darkblue;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Book Antiqua", "Bart";
	font-size: 150%;
	font-weight: bold;
	line-height: 200%;
}
ul {
	list-style: circle;
}
li{
	padding : 3px;
	font: 14px/18px "Lucida Sans Unicode";
	color: #666666;
}

#pipe ul {
list-style: none;
margin-left: 0;
padding-left: 0;
display: inline;
} 

#pipe ul li {
margin-left: 0;
padding: 3px 15px;
border-left: 1px solid #000;
list-style: none;
display: inline;
}


#pipe ul li.first {
margin-left: 0;
border-left: none;
list-style: none;
display: inline;
}

