/* Body */
body, td, input, form, p
{
	line-height				:	1.6em;
}

/* Image */
img
{
	border				:	none;
}

/* Link */
a
{
	text-decoration			:	none;
}
a:link
{
	color					:	#996666;
}
a:visited
{
	color					:	#663333;
}
a:hover
{
	color					:	#cccccc;
	text-decoration			:	underline;
}
a:active
{
	color					:	#cc0000;
	text-decoration			:	underline;
}

/* Menu */
div.Menu
{
	text-align					:	center;
	width						:	120px;
	letter-spacing				:	0.5em;
	font-weight					:	bold;
}

font.enhanced
{
	font-weight					:	bold;
	color						:	#660000;
}



