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


h1 {
	color: black;
	font-family: didot;
	font-size: 20px;
	font-weight: 400;
	font-style: bold;
	
	}

#wrapper	{
				width:900px;
				margin:0px auto;
			}

#footer 			{}
#footer a 			{ color:black; text-decoration: none;}
#footer a:link  	{ color:black}
#footer a:hover 	{ color:goldenrod;}