/*==============================================================================

	This website/webapplication is developed by:
	Occhio Group
	http://www.occhio.nl/
	info@occhio.nl
	+31 (0)20 320 78 70

	STYLESHEET FOR CCS1 (fonts, colors, sizes)
==============================================================================*/

/* ============================================================================= 
	STYLES FOR CONTENT
============================================================================= */

body {
	font-family: /* "Andale Mono",*/ "courier new", Times New Roman, Times, serif;
	font-size: 11px;
	letter-spacing: -0.5px;
}

a,
a:link,
a:visited,
a:hover {
	text-decoration: none;
}

a:hover {
	color: #666;
}

a.nolink,
a:link.nolink,
a:visited.nolink,
a:hover.nolink
{
	color: #000;
}