/* ************ GENERAL ****************** */

body {
	background-color: #fff;
	/*background-image: url(grid.gif);*/
	margin: 0px;
	padding: 0px;
}
a {background-image: none;}

a:link, a:visited {
	color: inherit;
	text-decoration: none;
	margin: 0 0 1px 0;
	border-color: #bbb;
	border-style: solid;
	border-width: 0 0 1px 0;
}

a:hover {
	background-color: #00fe86;
	color: #000;
	text-decoration: none;
	border-width: 0 0 0 0;
}


.button a {background-image: none;}

.button a:link, .button a:visited {
	color: inherit;
	text-decoration: none;
	margin: 0 0 1px 0;
	border-color: #333;
	border-style: solid;
	border-width: 0 0 1px 0;
}

.button a:hover {
	color: white;
	background-color: transparent;
	text-decoration: none;
	border-width: 0 0 0 0;
}
