Cufon.replace('#nav .major a', {
	fontSize: "19px",
	textShadow: '#4d0200 0 1px',
 	hover: true
});

Cufon.replace('#content h2', {
	fontSize: "19px",
 	hover: true
});

Cufon.replace('#content h1', {
	fontSize: "26px"
});