/****************************************************************/
body{			font-family:garamond;
			color:#555555;
			text-align:center;
			width :770px;
			margin: auto;
			margin-top: 20px;
					
}
h1,h2{			letter-spacing: 10px;
}
/****************************************************************/
#title{			border-bottom: medium solid #777777;
}
/****************************************************************/
#links{			word-spacing: 40px;
			margin-top: 20px;
			margin-bottom: 20px;
			font-size: 150%
			
}
#links a{		word-spacing: 0px;
			text-decoration: none;
			color: #555555;
			
}
#links span{		word-spacing: 0px;
}
#links a:link{}
#links a:visited{}
#links a:hover{		color: #000000;
}
#links a:active{}
/****************************************************************/
#footer{		min-height:50px;
			border-top: medium solid #777777;
			padding-top: 15px;
}
#footer a{		word-spacing: 0px;
			text-decoration: none;
			color: #555555;
			font-size: 150%;
}
#footer a:link{}
#footer a:visited{}
#footer a:hover{	color: #000000;
}
#footer a:active{}



