/* CSS Document Made By Joost Nijhof - joostnijhof.com - divinedesign.nl */


.body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000;
}

.special
{
	font-family: Kozuka Gothic Pro, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
    font-weight: normal;
	font-variant: normal;
	line-height: normal;
    color: #08bfcf;
}

.text
{
	font-family: Kozuka Gothic Pro, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
    line-height: normal;
 	color: #464646;
}

/* text links */
a
{
	color: #464646;
	text-decoration: none;
}

a:link
{
	color: #464646;
	text-decoration: none;
}

a:hover
{
	color: #08bfcf;
	text-decoration: none;
}

a:active {
	color: #08bfcf;
	text-decoration: line-through;
}

