/* Michelle Mihalek */
/* effects Bg color */ 
body
{
  	background-color: #deb887;
	margin: 40px 40px 10px 40px;
	line-height: 1.5em;
}
/* effects web publishing I - 2007 text */
h1
{
	font-size: 4.0em;
	font-family: "Kristen ITC", Ravie, "Curlz MT";
	padding: 40px 30px 30px 30px;
	border-left: .6em solid white;
	background-color: #bdb76b;
	color: #b22222;
	width: 75%;
	line-height: 0.9em;
	border-style: groove;
	border-color: #808000;
	border-width: 20px;
}
/* color effects names and no link text */
ul
{
	list-style-type:none;
	font-style: "Kristen ITC", Ravie, "Curlz MT";
	color: #b22222;
	font-weight: bold;
}
li
{
	clear:left;
}
ul.project
{
	display:inline;
	clear:left;
}
/* effects link color and style */
ul.project li	
{
	display:inline;
	float:left;
	clear:none;
	list-style-type: none;
	width: 11em;
	padding: 4px 9px 4px 6px;
	margin-bottom:1.5em;
	margin-right:9px;
	border-left: .6em solid white;
	background-color: #bdb76b;
	font-size:.9em;
}
ul a
{	
	text-decoration:none;
}
li a:hover
{
	border: 2px solid white;
}
/* effects students and last updat color */
#container
{
	font-family: "Kristen ITC", Ravie, "Curlz MT";
	color:#b22222;
}
/* effects web publishing I- Fall 2007 color */
#top banner
{
	font-style: "Kristen ITC", Ravie, "Curlz MT";
}