		@font-face {
		font-family: "C";
		src: url(C.otf); }

		@font-face {
		font-family: "M";
		src: url(M.otf); }

		body { background-color: black; color: white; font-family: C; }

				#nav_links a
		{
				text-decoration:none;
				color:black;
				padding-right: 50px;
}


