body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 100%;
	min-width:700px;
	padding:0px;
	margin: 0px;
}

p {
	color: #666666;
	line-height: 1.4em;
	font-size: 0.7em;
} 

a {
	color: #666666;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color: #000000;
}

h2{
	color:#666666;
	font-size: 0.8em;
	text-transform: uppercase;
}

h3 {
	color:#666666;
	font-size: 0.7em;
	}

hr {
	display:none;
}

