/*  STYLE SHEET FOR ELEGANT ECHOES WEB SITE
    Sheryl Griffith
	Last updated: November 15, 2008
 */
 
	body{
		margin : 0px 0px 0px 0px;
		background-color: 003333;
	}
	H1.pagetitle{
		font-size : 50px;
	}
	.masthead{
		background-color: cccc99;
		color: 003500;
		text-align: center;
		font-style : italic;
		vertical-align : middle;
	}
	.sidebar{
		background-color: cccc99;
		text-indent: 30px;
		vertical-align : top;
		width : 210px;
	}
	A.side{
		color: 003500;
		text-decoration : none;
	}
	A.side:HOVER {
		color : fffff0;
		text-decoration : none;
	}
	
	A.current{
		color : fffff0;
		text-decoration : none;
	}
	
	.contents{
	padding-left : 20px;
	background-color: fffff0;
	color: 003333;
	padding-right : 20px;
}
	.credit{
		font-size : x-small;
		font-style : italic;
		text-align : center;
		padding-top : 0px;
	}
	LI{
	margin-bottom : 10px;
}

