#navlist
{
padding: 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
border: 2px solid;
border-color: #AAA #666 #666 #AAA;
background: #CCC;
width: 13em;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em 1em;
border: 1px solid;
border-color: #FFF #AAA #AAA #FFF;
text-align: center;
}

#navlist li a { text-decoration: none; }
#navlist li a:link { color: #999999; }
#navlist li a:visited { color: gray; }

body {

	background-image: url(eesback.jpg);
	background-repeat: repeat;
	border-width:medium; 
	border-top-color:rgb(153,153,153); 
	border-right-color:rgb(102,102,102); 
	border-bottom-color:rgb(102,102,102); 
	border-left-color:rgb(153,153,153); 
	border-top-style:outset; 
	border-right-style:inset; 
	border-bottom-style:inset; 
	border-left-style:outset;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-stretch:extra-expanded;
	color:#FFFFFF;
	

}

a {
	color: #999999;
	text-decoration: none;
	
}

  