@charset "UTF-8";
/* CSS Document */

/* Link Styles */

#links {
	font-family: "didot";
	margin: -58px 0px 0px 283px;
	letter-spacing: 1px;

}

/* link properties */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover  { 
	font-style: italic; 
}

/* Main Text Styles */

#footer  {
clear : both;
margin : 0 auto;
padding : 0.1em 0 0 0;
text-align : center;
font-size : x-small;
}
