/* CSS Document Made By Joost Nijhof - joostnijhof.com - divinedesign.nl */

.body {
	margin-left: 0px;
	margin-top: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}

.special
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
    font-weight: normal;
	font-variant: normal;
	line-height: normal;
    color: #08bfcf;
}

.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
    line-height: normal;
 	color: #464646;
	background-color:#FFF;
}

.buttons
{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
    line-height: normal;
 	color: #c33d09;
}

/* text links */
a
{
	color: #373534;
	text-decoration: none;
}

a:link
{
	color: #373534;
	text-decoration: none;
}

a:hover
{
	color: #c33d09;
	text-decoration: none;
}

a:active {
	color: #c33d09;
	text-decoration: none;
}

