/*
	Calendar CSS - by Nathan Smith - www.sonspring.com
*/

/* =Basic HTML
----------------------------------------------------------------------*/

a
{
	cursor: pointer;
	text-decoration: none;
}

body
{
	background: #666 url(img/body.gif) repeat-y top center;
	color: #966;
	cursor: default;
	margin: 0;
	padding: 0;
}


