/* html tags */
body {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;

	}
img {
	border-width: 0px;
	}
form, input, textarea {
	margin: 0px;
	padding: 0px;
	}

a:visited {
	color: #333333;
	text-decoration: none;
	}
a:link {
	color: #333333;
	text-decoration: none;
	}
a:active {
	color: #333333;
	text-decoration: underline;
	}
a:hover {
	color: #333333;
	text-decoration: underline;
	}
a:focus {
	color: #333333;
	text-decoration: underline;
	}


